Releases: clap-rs/clap
Releases · clap-rs/clap
v4.5.12
[4.5.12] - 2024-07-31
v4.5.10
[4.5.10] - 2024-07-23
v4.5.9
[4.5.9] - 2024-07-09
Fixes
- (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
v4.5.8
[4.5.8] - 2024-06-28
Fixes
- Reduce extra flushes
v4.5.7
[4.5.7] - 2024-06-10
Fixes
- Clean up error message when too few arguments for
num_args
v4.5.6
[4.5.6] - 2024-06-06
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