Releases: clap-rs/clap
Releases · clap-rs/clap
v4.5.45
v4.5.44
[4.5.44] - 2025-08-11
Features
- Add
Command::mut_subcommands
v4.5.43
[4.5.43] - 2025-08-06
Fixes
- (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
v4.5.42
[4.5.42] - 2025-07-30
Fixes
- Include subcommand visible long aliases in
--help
v4.5.39
[4.5.39] - 2025-05-27
Fixes
- (help) Show short flag aliases before long
- (help) Merge the short and long flag alias lists
v4.5.38
[4.5.38] - 2025-05-11
Fixes
- (help) When showing aliases, include leading
--
or-
v4.5.37
[4.5.37] - 2025-04-18
Features
- Added
ArgMatches::try_clear_id()
v4.5.36
[4.5.36] - 2025-04-11
Fixes
- (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
v4.5.35
[4.5.35] - 2025-04-01
Fixes
- (help) Align positionals and flags when put in the same
help_heading
- (help) Don't leave space for shorts if there are none
v4.5.34
[4.5.34] - 2025-03-27
Fixes
- (help) Don't add extra blank lines with
flatten_help(true)
and subcommands without arguments