Skip to content

Releases: clap-rs/clap

More Bug Fixes

04 May 00:41
Compare
Choose a tag to compare

v0.7.5 (2015-05-04)

Bug Fixes

  • Options fixes bug where options with no value don't error out (a1fb94be)

Bug Fixes

03 May 21:14
Compare
Choose a tag to compare

v0.7.4 (2015-05-03)

Bug Fixes

  • Options fixes a bug where option arguments in succession get their values skipped (f66334d0)

New Sections!

03 May 21:10
Compare
Choose a tag to compare

v0.7.3 (2015-05-03)

Bug Fixes

  • RequiredValues fixes a bug where missing values are parsed as missing arguments (93c4a723)

Improvements

  • ErrorMessages improves error messages and corrections (a29c3983)
  • ArgGroups improves requirment and confliction support for groups (c236dc5f)

Bug Fixes

03 May 04:48
Compare
Choose a tag to compare

v0.7.2 (2015-05-03)

Bug Fixes

  • RequiredArgs fixes bug where required-by-default arguments are not listed in usage (12aea961, closes #96)

Bug Fix

01 May 02:22
Compare
Choose a tag to compare

v0.7.1 (2015-05-01)

Bug Fixes

  • MultipleValues stops evaluating values if the max or exact number of values was reached (86d92c9f)

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)