clap-rs v2.25.0 Release Notes

Release Date: 2017-06-20 // almost 7 years ago
  • ๐Ÿ”‹ Features

    • use textwrap crate for wrapping help texts (b93870c1)

    ๐Ÿ‘Œ Improvements

    • Suggestions: suggests to use flag after subcommand when applicable (2671ca72)
    • โฌ†๏ธ Bumps bitflags crate to v0.9

    ๐Ÿ“š Documentation

    ๐Ÿ“š Documentation

    • App::template: adds details about the necessity to use AppSettings::UnifiedHelpMessage when using {unified} tags in the help template (cbea3d5a, closes #949)
    • Arg::allow_hyphen_values: updates the docs to include warnings for allow_hyphen_values and multiple(true) used together (f9b0d657)
    • README.md:
      • added a warning about using ~ deps (821929b5, closes #964)
    • clap_app!: adds using the @group specifier to the macro docs (826048cb, closes #932)