clap/clap_complete/src/shells
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
..
bash.rs fix(complete): Prefer our own sort order 2023-07-20 12:14:24 -05:00
elvish.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
fish.rs fix: (fish-completion) Help for value enum 2023-09-07 17:54:28 +05:30
mod.rs fix(complete): Better organize the API 2021-12-31 13:25:09 -06:00
powershell.rs fix(complete): PS short options not case-sensitive 2023-07-04 15:27:47 +08:00
shell.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
zsh.rs fix: Don't emit catchall when we have subcommands 2023-05-10 19:44:02 +01:00