clap-rs v1.4.6 Release Notes

Release Date: 2015-10-29 // over 8 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ“œ allows parsing without a binary name for daemons and interactive CLIs (aff89d57, closes #318)

    ๐Ÿ› Bug Fixes

    • Errors: tones down quoting in some error messages (34ce59ed, closes #309)
    • Help and Version: only builds help and version once (e3be87cf)
    • Option Args: fixes bug with args and multiple values (c9a9548a, closes #323)
    • POSIX Overrides: fixes bug where required args are overridden (40ed2b50)
    • Safe Matches: using 'safe' forms of the get_matches family no longer exit the process (c47025dc, closes #256)
    • ๐Ÿ”– Versionless SubCommands: fixes a bug where the -V flag was needlessly built (27df8b9d, closes #329)

    ๐Ÿ“š Documentation