clap/clap_complete
jporwal05 34291a2b46 fix: (fish-completion) Help for value enum
Resolves #5101

- The completion of value enums now displays accurate help text
- This fix encloses help text in single quotes
- Any text after tab is taken as help text
- Comma in help text is not escaped
- This is because the the help text is now treated as literal
- No variable expansion or command substitution in help text
2023-09-07 17:54:28 +05:30
..
examples test: (completion) enum value help 2023-09-07 17:19:43 +05:30
src fix: (fish-completion) Help for value enum 2023-09-07 17:54:28 +05:30
tests fix: (fish-completion) Help for value enum 2023-09-07 17:54:28 +05:30
Cargo.toml chore(deps): update compatible (dev) (#5108) 2023-09-01 01:47:45 +00:00
CHANGELOG.md chore: Release 2023-08-24 11:08:02 -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 2023-08-24 11:08:02 -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