cargo clap 2.24.1

latest releases: 4.5.4, 4.5.3, 4.5.2...
6 years ago

v2.24.0 (2017-05-07)

Bug Fixes

  • fixes a bug where args with last(true) and required(true) set were not being printed in the usage string (3ac533fe, closes #944)
  • fixes a bug that was printing the arg name, instead of value name when Arg::last(true) was used (e1fe8ac3, closes #940)
  • fixes a bug where flags were parsed as flags AND positional values when specific combinations of settings were used (20f83292, closes #946)

v2.24.0 (2017-05-05)

Documentation

API Additions

  • Arg: add default_value_os (d5ef8955)
  • arg_matches.rs: Added a Default implementation for Values and OsValues iterators. (0a4384e3)

v2.23.2 (2017-04-19)

Bug Fixes

  • PowerShell Completions: fixes a bug where powershells completions cant be used if no subcommands are defined (a8bce558, closes #931)

Improvements

  • bumps term_size to take advantage of better terminal dimension handling (e05100b7)
  • PowerShell Completions: massively dedups subcommand names in the generate script to make smaller scripts that are still functionally equiv (85b0e1cc)

Documentation

  • Fix a typo the minimum rust version required (71dabba3)

Don't miss a new clap release

NewReleases is sending notifications on new releases.