clap-rs/clap
 Watch   
 Star   
 Fork   
12 hours ago
clap

v4.6.5

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
10 days ago
clap

v4.6.4

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3
11 days ago
clap

v4.6.3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values
16 days ago
clap

v4.6.2

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
2026-04-16 02:59:09
clap

v4.6.1

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
2026-02-20 03:05:15
clap

v4.5.60

[4.5.60] - 2026-02-19

Fixes

  • (help) Quote empty default values, possible values
2026-02-17 06:08:57
clap

v4.5.59

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands
2026-02-11 21:20:42
clap

v4.5.58

[4.5.58] - 2026-02-11

2026-02-04 00:15:00
clap

v4.5.57

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)
2026-01-30 00:39:41
clap

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage