We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe0833 commit 0a352bcCopy full SHA for 0a352bc
1 file changed
CHANGELOG.md
@@ -2,14 +2,18 @@
2
3
## Added
4
5
-## Fixed
+- Handle named command arguments
6
+- Support `--flag FOO` and `--flag=<foo>` (and `--flag <foo>`)
7
+- Boolean flags count by default, e.g. `-vvv` => `{:verbose 3}`
8
9
## Changed
10
11
+- Command handlers take a single unified map
12
+
13
# 0.1.6-alpha (2024-02-04 / 593806e)
14
15
16
17
- subcommand handling
18
- rudimentary flag handling
-- help text generation
19
+- help text generation
0 commit comments