clap/clap_complete
Alexis (Poliorcetics) Bourget e782775229 fix(complete): Handle newlines in command/arg descriptions
Found while trying to add Nushell completions to
[`jj`](https://github.com/martinvonz/jj).
2024-02-16 16:17:22 -06:00
..
examples test: (completion) enum value help 2023-09-07 17:19:43 +05:30
src fix(complete): Handle newlines in command/arg descriptions 2024-02-16 16:17:22 -06:00
tests fix(complete): Handle newlines in command/arg descriptions 2024-02-16 16:17:22 -06:00
Cargo.toml chore: Update snapbox/trycmd 2024-02-14 16:44:57 -06:00
CHANGELOG.md chore: Release 2024-02-08 10:34:06 -06: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-02-08 10:34:06 -06: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