clap-rs v1.5.0 Release Notes

Release Date: 2015-11-13 // over 8 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fixes a bug with required positional args in usage strings (c6858f78)

    ๐Ÿ“š Documentation

    • ๐Ÿ™‹ FAQ: updates readme with slight changes to FAQ (a4ef0fab)

    ๐Ÿ‘Œ Improvements

    • massive errors overhaul (cdc29175)
    • ArgMatcher: huge refactor and deduplication of code (8988853f)
    • Errors: errors have been vastly improved (e59bc0c1)
    • Traits: refactoring some configuration into traits (5800cdec)

    ๐ŸŽ Performance

    • App:
      • more BTreeMap->Vec, Opts and SubCmds (bc4495b3)
      • changes flags BTreeMap->Vec (d357640f)
      • removed unneeded BTreeMap (78971fd6)
      • changes BTreeMap to VecMap in some instances (64b921d0)
      • removed excess clones (ec0089d4)