Releases: clap-rs/clap
Releases · clap-rs/clap
v4.1.14
[4.1.14] - 2023-03-28
Features
- (derive)
#[group]
raw attribute support
Performance
- (derive)
clap_builder
was pulled out ofclap
so it could build in parallel toclap_derive
os_str_bytes
dependency was removed for faster builds and smaller binaries
v4.1.13
[4.1.13] - 2023-03-18
Performance
- Reduce repeated alloc calls when building a
Command
- Reduce duplicate dependencies for faster builds
v4.1.12
[4.1.12] - 2023-03-18
Internal
- (derive) Update to
syn
v2
Performance
- (derive) Faster build times by dropping
proc-macro-error
dependency
v4.1.11
[4.1.11] - 2023-03-17
Internal
- Update
bitflags
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