Skip to content

Releases: clap-rs/clap

v4.5.4

25 Mar 21:08
Compare
Choose a tag to compare

[4.5.4] - 2024-03-25

Fixes

  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

15 Mar 12:54
Compare
Choose a tag to compare

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck

v4.5.2

06 Mar 16:52
Compare
Choose a tag to compare

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning

v4.5.1

16 Feb 13:09
Compare
Choose a tag to compare

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

v4.5.0

25 Feb 02:57
Compare
Choose a tag to compare
chore: Release clap_builder version 4.5.0

v4.4.18

16 Jan 20:28
Compare
Choose a tag to compare

[4.4.18] - 2024-01-16

Fixes

  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

15 Jan 16:20
Compare
Choose a tag to compare

[4.4.17] - 2024-01-15

Fixes

  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15

v4.4.16

12 Jan 02:53
Compare
Choose a tag to compare

[4.4.16] - 2024-01-12

Fixes

  • Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color

v4.4.15

11 Jan 16:38
Compare
Choose a tag to compare

[4.4.15] - 2024-01-11

Fixes

  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

v4.4.14

08 Jan 16:40
Compare
Choose a tag to compare

[4.4.14] - 2024-01-08

Documentation

  • Fix find cookbook entry to allow repeats of flags/options

Features

  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags