clap/clap_complete
Martin von Zweigbergk 8b33da3138 fix(complete): Make the two examples consistent
The derive-based example has a `///` comment on one argument, which
ends up as a description for the argument in the generated completion
scripts. Let's switch to `//` so the two scripts produce the same
output (except for the binary name), so they're easy to compare.
2022-09-29 08:37:03 -07:00
..
examples fix(complete): Make the two examples consistent 2022-09-29 08:37:03 -07:00
src fix(complete): Fix handling of multiple arguments 2022-09-28 23:02:31 +03:00
tests fix(complete): Fix handling of multiple arguments 2022-09-28 23:02:31 +03:00
Cargo.toml chore: Release 2022-09-28 15:34:33 -05:00
CHANGELOG.md chore: Release 2022-09-28 15:34: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 docs(license): Update years/holders 2022-06-27 12:55:09 -05:00
README.md chore: Release 2022-09-28 15:34: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