github clap-rs/clap v2.30.0
v2.30.0 (2018-02-13)

latest releases: clap_complete-v4.5.2, v4.5.4, v4.5.3...
6 years ago

v2.30.0 (2018-02-13)

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)

Don't miss a new clap release

NewReleases is sending notifications on new releases.