github clap-rs/clap v1.4.4

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

v1.4.4 (2015-10-06)

Documentation

  • clean up some formatting (b7df92d7)
  • move the crate-level docs to top of the lib.rs file (d7233bf1)
  • changes doc comments to rustdoc comments (34b601be)
  • fixes panic in 14_groups example (945b00a0, closes #295)
  • avoid suggesting star dependencies. (d33228f4)
  • Rustdoc: adds portions of the readme to main rustdoc page (6f9ee181, closes #293)

Bug Fixes

  • grammar error in some conflicting option errors (e73b07e1)
  • Unified Help: sorts both flags and options as a unified category (2a223dad)
  • Usage: fixes a bug where required args aren't filtered properly (72b453dc, closes #277)
  • Usage Strings: fixes a bug ordering of elements in usage strings (aaf0d6fe, closes #298)

Features

  • supports -aValue style options (0e3733e4)
  • Trailing VarArg: adds opt-in setting for final arg being vararg (27018b18, closes #278)

Don't miss a new clap release

NewReleases is sending notifications on new releases.