clap-rs v2.30.0 Release Notes

Release Date: 2018-02-13 // about 6 years ago
  • 🐛 Bug Fixes

    • YAML: Adds a missing conversion from Arg::last when instantiating from a YAML file (aab77c81a5, closes #1160)

    👌 Improvements

    • Bash Completions: instead of completing a generic option name, all bash completions fall back to file completions UNLESS Arg::possible_values was used (872f02ae)
    • Deps: No longer needlessly compiles ansi_term on Windows since its not used (b57ee946, closes #1155)
    • Help Message: changes the [values: foo bar baz] array to [possible values: foo bar baz] for consistency with the API (414707e4e97, closes #1160)