clap/clap_generate
Ed Page 98a1c2e6c9 fix!: Allow adding new enum variants
Without being a breaking change.

This seems minor enough that we can break this during the release
candidates.  For `ValueHint`, the completion scripts are 99% of who
should be `match`ing it.  `AppSettings` as undocumented variants that
people shouldn't use.

BREAKING CHANGE: `clap::{ValueHint, ErrorKind, AppSettings,
ArgSettings}` are now `non_exhaustive`.
2021-12-13 12:11:00 -06:00
..
examples docs(generate): Move derive example to generate 2021-10-26 14:26:50 -05:00
src fix!: Allow adding new enum variants 2021-12-13 12:11:00 -06:00
tests test: Rely on release process for version sync 2021-11-30 09:59:59 -06:00
Cargo.toml chore: Release 2021-12-10 15:25:23 -06:00
CONTRIBUTING.md docs(contrib): Generate-specific notes 2021-12-11 18:55:50 -06:00
LICENSE-APACHE docs: Ensure all crates have license files 2021-10-04 14:45:31 -05:00
LICENSE-MIT docs: Ensure all crates have license files 2021-10-04 14:45:31 -05:00
README.md docs(readme): Expand generate's readme 2021-12-11 19:01:50 -06:00

clap_generate

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