Skip to content

Merge pull request #1164 from kbknapp/v2.29.3

Compare
Choose a tag to compare
@kbknapp kbknapp released this 05 Feb 03:45
· 6217 commits to master since this release
4bf6d5b

v2.29.3 (2018-02-05)

Improvements

  • Overrides: clap now supports arguments which override with themselves (6c7a0010, closes #976)

Bug Fixes

  • Requirements: fixes an issue where conflicting args would still show up as required (e06cefac, closes #1158)
  • Fixes a bug which disallows proper nesting of -- (73993fe, closes #1161)

New Settings

  • AllArgsOverrideSelf: adds a new convenience setting to allow all args to override themselves (4670325d)