Releases: clap-rs/clap
Releases · clap-rs/clap
v4.3.22
[4.3.22] - 2023-08-17
Features
- Add
UnknownArgumentValueParser
for injecting errors for improving the experience with errors
v4.3.21
[4.3.21] - 2023-08-08
Features
- Expose
TryMapValueParser
so the type can be named
v4.3.20
[4.3.20] - 2023-08-08
Features
- Expose
TryMapValueParser
so the type can be named Command::mut_args
for modifying all arguments en masse
v4.3.19
[4.3.19] - 2023-07-21
Fixes
- (parse) Respect
value_terminator
even in the presence of later multiple-value positional arguments
v4.3.18
[4.3.18] - 2023-07-21
Fixes
- (parse) Suggest
--
in fewer places where it won't work
v4.3.17
[4.3.17] - 2023-07-19
Fixes
- (help) Address a regression in wrapping
PossibleValue
descriptions in--help
v4.3.16
[4.3.16] - 2023-07-18
Fixes
- Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)
v4.3.15
[4.3.15] - 2023-07-18
Features
- (unstable-styles) Re-export
anstyle
Documentation
- (unstable-styles) Provide more examples
v4.3.14
[4.3.14] - 2023-07-17
Features
ArgAction::HelpShort
andArgAction::HelpLong
for explicitly specifying which style of help to display
Fixes
- Skip
[OPTIONS]
in usage if a help or versionArgAction
is used