File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ - v2.1.20
4
+
5
+ - added `ignoreUnmatched` for a subcmd
6
+ so that all unmatched flags are treated as positional args instead of raising an error
7
+ - improved infra-tests
8
+ - added `CtxKeyHelpScreenWriter` for testing
9
+ - confirm `TestStoreGetSectionFrom` worked
10
+ - added `tasksAfterRun` for finalVerifier in testing
11
+ - improved `taskAfterParse`
12
+ - fix `baseopt.Set()` for top-level flags
13
+ - fix `cmd.Store(...)` & `cmd.Set(...)`
14
+ - fix `--version` & `-#`
15
+ - fix `--`
16
+ - fix `flag.required` (a typo)
17
+ - fix `flag.Clone()` for the recently-added fields
18
+ - fix command heading in help screen
19
+
3
20
- v2.1.19
4
21
5
22
- enhanced `RedirectTo` to work for subcmd
Original file line number Diff line number Diff line change 2
2
3
3
package cmdr
4
4
5
- const Version = "v2.1.19 " // Version fir hedzr/cmdr/v2
5
+ const Version = "v2.1.21 " // Version fir hedzr/cmdr/v2
You can’t perform that action at this time.
0 commit comments