We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb7dc7 commit 2d5fe13Copy full SHA for 2d5fe13
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog for Shellify
2
3
+## 0.14.0
4
+- Substantial command line parsing changes.
5
+ Expect some changes of behaviour e.g. exit codes.
6
+- Command line completion support
7
+
8
## 0.13.0
9
- Return exit code zero when some invalid options are passed
10
- End shell and flake files with a newline character
shellify.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: shellify
-version: 0.13.0.0
+version: 0.14.0.0
author: Daniel Rolls
maintainer: [email protected]
0 commit comments