Skip to content

Releases: clap-rs/clap

Big release!

01 May 02:20
Compare
Choose a tag to compare

v0.7.0 (2015-04-30)

Bug Fixes

  • from_usage removes bug where usage strings have no help text (ad4e5451, closes #83)

Features

  • MultipleValues
    • add support for minimum and maximum number of values (53f6b8c9)
    • adds support limited number and named values (ae09f05e)
    • implement shorthand for options with multiple values (6669f0a9)
  • arg allow other types besides Vec for multiple value settings (0cc2f698, closes #87)
  • usage implement smart usage strings on errors (d77048ef, closes #88)

Hello ArgGroup!

27 Apr 05:02
Compare
Choose a tag to compare

0.6.8 (2015-04-27)

Bug Fixes

  • help change long help --long=long -> --long (1e25abfc)
  • RequiredArgs required by default args should no longer be required when their exclusions are present (4bb4c3cc)

Features

  • ArgGroups add ability to create arg groups (09eb4d98)

0.6.7

25 Apr 15:27
Compare
Choose a tag to compare

v0.6.7 (2015-04-22)

Bug Fixes

  • from_usage fix bug causing args to not be required (b76129e9)

Features

  • apps add ability to display additional help info after auto-gen'ed help msg (65cc259e)

v0.5.13

09 Apr 22:51
Compare
Choose a tag to compare

v0.5.13 (2015-04-09)

Features

  • SubCommands add method to get name and subcommand matches together (64e53928)
  • ArgMatches add method to get default usage string (02462150)