Releases: clap-rs/clap
Releases · clap-rs/clap
v4.1.10
[4.1.10] - 2023-03-17
Fixes
- (help) On Windows, avoid underlined text artifacts
v4.1.8
[4.1.8] - 2023-02-27
Fixes
- (derive) Don't
deny
lints on the users behalf
v4.1.7
[4.1.7] - 2023-02-27
Fixes
- (derive) Hide some nightly clippy warnings
v4.1.6
[4.1.6] - 2023-02-15
Fixes
- (help) Don't show long help for
--help
just because hidden possible values include a description
v4.1.4
[4.1.4] - 2023-01-24
Fixes
- (help) Respect
disable_colored_help
when usingarg_required_else_help
Performance
- Speed up compiling
arg!
macro
v4.1.3
[4.1.3] - 2023-01-23
Fixes
- (error) Improve suggested flag/value/subcommand when two share a long preifx
- (error) When suggesting one of several subcommands, use the plural
subcommands
, rather thansubcommand
v4.1.2
[4.1.2] - 2023-01-23
Fixes
- In documentation, refer to
get_flag
, rather thanget_one::<bool>
v4.1.1
[4.1.1] - 2023-01-14
Fixes
- (error) Small softening attempt for "unexpected argument" error
v4.0.32
[4.0.32] - 2022-12-22
Fixes
- (parser) When overriding
required(true)
, consider args that conflict with its group
v4.0.31
[4.0.31] - 2022-12-22
Performance
- Speed up parsing when a lot of different flags are present (100 unique flags)