Releases: clap-rs/clap
Releases · clap-rs/clap
v4.5.4
[4.5.4] - 2024-03-25
Fixes
- (derive) Allow non-literal
#[arg(id)]
attributes again
v4.5.3
[4.5.3] - 2024-03-15
Internal
- (derive) Update
heck
v4.5.2
[4.5.2] - 2024-03-06
Fixes
- (macros) Silence a warning
v4.5.1
[4.5.1] - 2024-02-16
Fixes
- (error) Include suggestion to add
--
even if there is a "did you mean" so long aslast
ortrailing_var_arg
is used
v4.5.0
v4.4.18
[4.4.18] - 2024-01-16
Fixes
- (error) When lacking
usage
feature, ensure the list of required arguments is unique
v4.4.17
[4.4.17] - 2024-01-15
Fixes
- Fix
panic!
when mixingargs_conflicts_with_subcommands
withArgGroup
(which is implicit withderive
) introduced in 4.4.15
v4.4.16
[4.4.16] - 2024-01-12
Fixes
- Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color
v4.4.15
[4.4.15] - 2024-01-11
Fixes
- Improve error for
args_conflicts_with_subcommands
- Ensure we error for
args_conflicts_with_subcommands
when using subcommand short and long flags
v4.4.14
[4.4.14] - 2024-01-08
Documentation
- Fix
find
cookbook entry to allow repeats of flags/options
Features
- Allow
num_args(0)
on options which allows making them emulate being a flag for position-tracking flags