clap/clap_complete
Ed Page bffce7f57a fix: Deprecate Command::trailing_var_arg
Now that we have it on `Arg`, we don't need it on `Command`
2022-09-06 19:41:17 -05:00
..
examples fix: Deprecate Command::trailing_var_arg 2022-09-06 19:41:17 -05:00
src docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
tests fix: Deprecate Command::trailing_var_arg 2022-09-06 19:41:17 -05:00
Cargo.toml chore: Update dependencies 2022-09-01 07:09:32 -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