clap/clap_complete_fig
Ed Page 36bc641648 fix(help): Remove extraneous text from built-ins
This is an intermediate solution for #4408.  As there were no agreeed
upon goals, I went with what I felt read well and that I saw commonly
used on non-clap commands.

- "information" isn't really a necessary word.
- I originally favored `Print this help` but realied that doesn't read
  correctly in completions.
- Besides being shorter, the reason for the flipped short/long hint is
  it gives people the context they need for scanning, emphasizing
  "summary" and "more".

Fixes #4409
2023-01-03 11:02:26 -06:00
..
examples refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
src style: Make clippy happy 2022-11-24 08:05:21 -06:00
tests fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
Cargo.toml chore: Release 2022-11-24 11:40:15 -06:00
CHANGELOG.md chore: Release 2022-11-24 11:40:15 -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 fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00

clap_complete_fig

Generates Fig completions for clap based CLIs