Skip to content

Commit 0a352bc

Browse files
committed
CHANGELOG
1 parent fbe0833 commit 0a352bc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## Added
44

5-
## Fixed
5+
- 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}`
68

79
## Changed
810

11+
- Command handlers take a single unified map
12+
913
# 0.1.6-alpha (2024-02-04 / 593806e)
1014

1115
## Added
1216

1317
- subcommand handling
1418
- rudimentary flag handling
15-
- help text generation
19+
- help text generation

0 commit comments

Comments
 (0)