Releases: clap-rs/clap
Releases · clap-rs/clap
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)
v4.0.30
[4.0.30] - 2022-12-21
Fixes
- (error) Improve error for
args_conflicts_with_subcommand
v4.0.29
[4.0.29] - 2022-11-29
v4.0.28
[4.0.28] - 2022-11-29
Fixes
- Fix wasm support which was broken in 4.0.27
v4.0.26
[4.0.26] - 2022-11-16
Fixes
- (error) Fix typos in
ContextKind::as_str
v4.0.25
[4.0.25] - 2022-11-15
Features
- (error) Report available subcommands when required subcommand is missing
v4.0.24
[4.0.24] - 2022-11-14
Fixes
- Avoid panic when printing an argument that isn't built