Clap Versions Save

A full featured, fast Command Line Argument Parser for Rust

v4.4.14

5 months ago

[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

5 months ago

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

v4.4.12

5 months ago

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

v4.4.11

6 months ago

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

v4.4.10

6 months ago

[4.4.10] - 2023-11-28

Documentation

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

v4.4.9

6 months ago

[4.4.9] - 2023-11-27

Fixes

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

v4.4.8

7 months ago

[4.4.8] - 2023-11-10

Features

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

v4.4.6

8 months ago

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

v4.4.5

8 months ago

[4.4.5] - 2023-09-25

Fixes

  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

8 months ago

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3