clap/clap_complete
Ed Page 0ecb6f4869 fix(builder): Fully recurse when building
Besides addressing the panic from assuming things were built when they
weren't, this should fix some completion issues for some people.

Fixes #3669
2022-04-30 20:02:06 -05:00
..
examples feat(complete): Minimal rust-completion 2022-04-27 15:49:58 -05:00
src fix(complete): Correctly detect positionals 2022-04-27 15:53:02 -05:00
tests fix(builder): Fully recurse when building 2022-04-30 20:02:06 -05:00
Cargo.toml chore: Fix manifest 2022-04-30 06:37:57 -05:00
CHANGELOG.md chore: Release 2022-04-30 06:36:33 -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-04-30 06:36:33 -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