clap/clap_complete
Andrew Shu eec047a6f6 fix(help): Do not propagate global args to help
This prevents global args from showing in help completions,
since help completions should only suggest subcommands.
Adds tests to ensure the args still show in the generated
help messages of subcommands.
2022-08-26 17:48:58 -07:00
..
examples fix(derive): Remove deprecated arg_enum attribute 2022-08-26 13:34:16 -05:00
src refactor(complete): Clean up help completion 2022-08-25 15:43:27 -07:00
tests fix(help): Do not propagate global args to help 2022-08-26 17:48:58 -07:00
Cargo.toml chore: Bump MSRV to 1.60.0 2022-08-10 21:32:06 -05:00
CHANGELOG.md chore: Release 2022-06-28 08:04:18 -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 2022-06-28 08:04:18 -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