Releases: clap-rs/clap
Releases · clap-rs/clap
Release list
v4.6.6
v4.6.5
[4.6.5] - 2026-07-31
Fixes
- (help) Correctly mark which
value_namesare optional withnum_args
v4.6.4
[4.6.4] - 2026-07-21
Internal
- Update to syn v3
v4.6.3
[4.6.3] - 2026-07-20
Fixes
- (derive) Allow
"literal".function()as attribute values
v4.6.2
[4.6.2] - 2026-07-15
Fixes
- (help) Say
aliaswhen there is only one
v4.6.1
[4.6.1] - 2026-04-15
Fixes
- (derive) Ensure rebuilds happen when an read env variable is changed
v4.5.60
[4.5.60] - 2026-02-19
Fixes
- (help) Quote empty default values, possible values
v4.5.59
[4.5.59] - 2026-02-16
Fixes
Command::ignore_errorsno longer masks help/version on subcommands
v4.5.58
v4.5.57
[4.5.57] - 2026-02-03
Fixes
- Regression from 4.5.55 where having an argument with
.value_terminator("--")caused problems with an argument with.last(true)