Skip to content

Releases: clap-rs/clap

v4.1.10

18 Mar 00:17
Compare
Choose a tag to compare

[4.1.10] - 2023-03-17

Fixes

  • (help) On Windows, avoid underlined text artifacts

v4.1.8

28 Feb 14:17
Compare
Choose a tag to compare

[4.1.8] - 2023-02-27

Fixes

  • (derive) Don't deny lints on the users behalf

v4.1.7

27 Feb 19:54
Compare
Choose a tag to compare

[4.1.7] - 2023-02-27

Fixes

  • (derive) Hide some nightly clippy warnings

v4.1.6

15 Feb 17:35
Compare
Choose a tag to compare

[4.1.6] - 2023-02-15

Fixes

  • (help) Don't show long help for --help just because hidden possible values include a description

v4.1.4

24 Jan 22:43
Compare
Choose a tag to compare

[4.1.4] - 2023-01-24

Fixes

  • (help) Respect disable_colored_help when using arg_required_else_help

Performance

  • Speed up compiling arg! macro

v4.1.3

23 Jan 22:00
Compare
Choose a tag to compare

[4.1.3] - 2023-01-23

Fixes

  • (error) Improve suggested flag/value/subcommand when two share a long preifx
  • (error) When suggesting one of several subcommands, use the plural subcommands, rather than subcommand

v4.1.2

23 Jan 15:38
Compare
Choose a tag to compare

[4.1.2] - 2023-01-23

Fixes

  • In documentation, refer to get_flag, rather than get_one::<bool>

v4.1.1

14 Jan 03:44
Compare
Choose a tag to compare

[4.1.1] - 2023-01-14

Fixes

  • (error) Small softening attempt for "unexpected argument" error

v4.0.32

22 Dec 19:22
Compare
Choose a tag to compare

[4.0.32] - 2022-12-22

Fixes

  • (parser) When overriding required(true), consider args that conflict with its group

v4.0.31

22 Dec 18:41
Compare
Choose a tag to compare

[4.0.31] - 2022-12-22

Performance

  • Speed up parsing when a lot of different flags are present (100 unique flags)