Skip to content

Releases: clap-rs/clap

v4.3.20

08 Aug 01:34
Compare
Choose a tag to compare

[4.3.20] - 2023-08-08

Features

  • Expose TryMapValueParser so the type can be named
  • Command::mut_args for modifying all arguments en masse

v4.3.19

21 Jul 21:57
Compare
Choose a tag to compare

[4.3.19] - 2023-07-21

Fixes

  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

v4.3.18

21 Jul 19:52
Compare
Choose a tag to compare

[4.3.18] - 2023-07-21

Fixes

  • (parse) Suggest -- in fewer places where it won't work

v4.3.17

19 Jul 16:08
Compare
Choose a tag to compare

[4.3.17] - 2023-07-19

Fixes

  • (help) Address a regression in wrapping PossibleValue descriptions in --help

v4.3.16

18 Jul 20:03
Compare
Choose a tag to compare

[4.3.16] - 2023-07-18

Fixes

  • Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

v4.3.15

18 Jul 01:14
Compare
Choose a tag to compare

[4.3.15] - 2023-07-18

Features

  • (unstable-styles) Re-export anstyle

Documentation

  • (unstable-styles) Provide more examples

v4.3.14

17 Jul 15:56
Compare
Choose a tag to compare

[4.3.14] - 2023-07-17

Features

  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display

Fixes

  • Skip [OPTIONS] in usage if a help or version ArgAction is used

v4.3.13

17 Jul 15:29
Compare
Choose a tag to compare

[4.3.13] - 2023-07-17

v4.3.12

14 Jul 17:04
Compare
Choose a tag to compare

[4.3.12] - 2023-07-14

Fixes

  • (derive) Don't error on enum variant field attributes

v4.3.11

05 Jul 15:36
Compare
Choose a tag to compare

[4.3.11] - 2023-07-05

Features

  • (derive) Support fields wrapped in num::Wrapping, Box, or Arc
  • (derive) Support Box<str>, Box<OsStr>, and Box<Path>