clap/clap_generate_fig
Ed Page 19ed78c64f fix(help): Don't commit to '--help' that doesn't work
We have two ways of fixing this
- Making `--help` work
- Don't put `--help` in the help output

For now, I went with the latter.  I tried to make it clear what the
actual requirement is so we can pivot if needed.

Fixes #2892

This happens to also fix the interaction of `DisableHelpFlag` with the
help subcommand and complcations.  I've added a test to help catch if we
break this by changing how we fixed the original issue.

Fixes #2724

These issues were reported against clap3.  I've not tried to reproduce
these in clap2 to see if they should show up in the release notes.
2021-12-13 15:59:14 -06:00
..
examples fix(fig): Get compiling 2021-10-12 11:00:34 -05:00
src docs: Add back in logo 2021-12-07 17:45:57 -06:00
tests fix(help): Don't commit to '--help' that doesn't work 2021-12-13 15:59:14 -06:00
Cargo.toml chore: Release 2021-12-10 15:25:23 -06:00
LICENSE-APACHE Refactored fig generation code to crate 2021-10-07 20:54:14 -04:00
LICENSE-MIT Refactored fig generation code to crate 2021-10-07 20:54:14 -04:00
README.md docs: Expand child crate docs 2021-12-07 17:45:57 -06:00

clap_generate_fig

Generates Fig completions for clap based CLIs