clap-rs v2.29.3 Release Notes

Release Date: 2018-02-05 // about 6 years ago
  • ๐Ÿ‘Œ 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)