clap/clap_complete
Ed Page f969bec2c0 feat(complete): Add Shells::iter
Didn't add an `IntoIterator` because I didn't want to bother writing an
opaque iterator type
2024-08-16 09:39:58 -05:00
..
examples feat(complete): Env hook for dynamic completions 2024-08-12 10:53:24 -05:00
src feat(complete): Add Shells::iter 2024-08-16 09:39:58 -05:00
tests feat(complete): Env hook for dynamic completions 2024-08-12 10:53:24 -05:00
Cargo.toml chore: Release 2024-08-12 13:09:45 -05:00
CHANGELOG.md chore: Release 2024-08-12 13:09:45 -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 docs(license): Update years/holders 2022-06-27 12:55:09 -05:00
README.md chore: Release 2024-08-12 13:09:45 -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