Skip to content

Releases: clap-rs/clap

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

v4.4.13

04 Jan 19:12
Compare
Choose a tag to compare

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

v4.4.12

28 Dec 18:08
Compare
Choose a tag to compare

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

v4.4.11

04 Dec 18:19
Compare
Choose a tag to compare

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

v4.4.10

28 Nov 03:21
Compare
Choose a tag to compare

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

27 Nov 17:58
Compare
Choose a tag to compare

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

v4.4.8

10 Nov 22:25
Compare
Choose a tag to compare

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands