clap/clap_complete
Ed Page 86a162d1bb fix(parser): Deprecate occurrences_of
This mostly exist for
- Knowing of the value came from the command-line but we now have
  `ArgMatches::source`
- Counting the number of flags but we now have `ArgAction::Count`
2022-06-07 13:30:32 -05:00
..
examples fix(parser): Deprecate value_of and friends 2022-05-25 12:57:11 -05:00
src fix(parser): Deprecate occurrences_of 2022-06-07 13:30:32 -05:00
tests fix: Deprecate possible_values 2022-05-25 12:57:11 -05:00
Cargo.toml fix: Switch to 2021 edition 2022-05-18 10:35:30 -05:00
CHANGELOG.md chore: Release 2022-05-06 09:39:24 -05:00
CONTRIBUTING.md fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-APACHE fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-MIT fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
README.md chore: Release 2022-05-06 09:39:24 -05:00

clap_complete

Shell completion generation for clap

Crates.io Crates.io License License

Dual-licensed under Apache 2.0 or MIT.

  1. About
  2. API Reference
  3. Questions & Discussions
  4. CONTRIBUTING
  5. Sponsors

About