File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- - v2.1.20
3
+ - v2.1.22
4
+
5
+ - added `passThruNow` for a subcmd
6
+ - added `UpdateHitInfo` to `CmdS`
7
+ - fix `HELP=1` not work
8
+ - improved autoenv feature
9
+ - changed: `APP_VERSION` has no effect to map into `--version` (but `VERSION` can do it)
10
+ - fix `ignoreUnmatched` for a subcmd - add as positional arg without leading '-'
11
+ - fix `desc`, `examples` fields for help screen
12
+ - fix/improved `BaseOpt` fields order for better inspecting in debugging time
13
+ - upgrade deps & security patch
14
+
15
+ - v2.1.21
4
16
5
17
- added `ignoreUnmatched` for a subcmd
6
18
so that all unmatched flags are treated as positional args instead of raising an error
16
28
- fix `flag.required` (a typo)
17
29
- fix `flag.Clone()` for the recently-added fields
18
30
- fix command heading in help screen
31
+ - upgrade deps & security patch
19
32
20
33
- v2.1.19
21
34
Original file line number Diff line number Diff line change 2
2
3
3
package cmdr
4
4
5
- const Version = "v2.1.21 " // Version fir hedzr/cmdr/v2
5
+ const Version = "v2.1.22 " // Version fir hedzr/cmdr/v2
You can’t perform that action at this time.
0 commit comments