clap-rs v2.9.0 Release Notes

Release Date: 2016-07-01 // almost 8 years ago
  • ๐Ÿ“š Documentation

    • Completions:
      • fixes some errors in the completion docs (9b359bf0)
      • adds documentation for completion scripts (c6c519e4)

    ๐Ÿ”‹ Features

    • Completions:
      • one can now generate a bash completions script at compile time! (e75b6c7b, closes #376)
      • completions now include aliases to subcommands, including all subcommand options (0ab9f840, closes #556)
      • completions now continue completing even after first completion (18fc2e5b)
      • allows matching on possible values in options (89cc2026, closes #557)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ AllowLeadingHyphen: fixes an issue where isn't ignored like it should be with this setting (96c24c9a, closes #558)