clap-rs v2.24.2 Release Notes

Release Date: 2017-05-15 // almost 7 years ago
  • ๐Ÿ› Bug Fixes

    • adds a debug assertion to ensure all args added to groups actually exist (14f6b8f3, closes #917)
    • ๐Ÿ›  fixes a bug where args that allow values to start with a hyphen couldn't contain a double hyphen -- as a value (ebf73a09, closes #960)
    • ๐Ÿ›  fixes a bug where positional argument help text is misaligned (54c16836)

    ๐Ÿ“š Documentation

    • App::template: adds details about the necessity to use AppSettings::UnifiedHelpMessage when using {unified} tags in the help template (cf569438, closes #949)
    • Arg::allow_hyphen_values: updates the docs to include warnings for allow_hyphen_values and multiple(true) used together (ded5a2f1)
    • clap_app!: adds using the @group specifier to the macro docs (fe85fcb1, closes #932)