Skip to content

Releases: clap-rs/clap

v4.5.47

02 Sep 17:03
Compare
Choose a tag to compare

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

v4.5.46

26 Aug 13:29
Compare
Choose a tag to compare

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str

v4.5.45

12 Aug 17:58
Compare
Choose a tag to compare

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

11 Aug 19:44
Compare
Choose a tag to compare

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands

v4.5.43

06 Aug 16:39
Compare
Choose a tag to compare

[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

30 Jul 02:17
Compare
Choose a tag to compare

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help

v4.5.39

27 May 18:07
Compare
Choose a tag to compare

[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

11 May 00:47
Compare
Choose a tag to compare

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

v4.5.37

18 Apr 19:07
Compare
Choose a tag to compare

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

v4.5.36

11 Apr 20:00
Compare
Choose a tag to compare

[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