clap/clap_complete
Ed Page 82d70d82c4 chore: Bump MSRV from 1.56.0 to 1.56.1
Being a patch release, I'm fine doing this outside of a minor release.
This avoids us having to deal with indexmap having a higher MSRV.
2022-06-17 09:01:45 -05:00
..
examples fix(parser): Deprecate value_of and friends 2022-05-25 12:57:11 -05:00
src fix(derive): Clarify ArgEnum as ValueEnum 2022-06-08 11:14:09 -05:00
tests test(complete): Ensure we infer path completions from value_parser 2022-06-16 09:59:30 -05:00
Cargo.toml chore: Bump MSRV from 1.56.0 to 1.56.1 2022-06-17 09:01:45 -05:00
CHANGELOG.md chore: Release 2022-06-13 09:37:47 -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-06-13 09:37:47 -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