clap/clap_complete_fig
Ed Page d3e36b1c90 fix(v4): Disallow leading dashes in long's
This is a step towards #3309.  We want to make longs and long aliases
more consistent in how they handle leading dashes.  There is more
flexibility offered in not stripping and it matches the v3 short
behavior of only taking the non-dash form.  This starts the process by
disallowing it completely so people will catch problems with it and
remove their existing leading dashes.  In a subsequent breaking release
we can remove the debug assert and allow triple-leading dashes.
2022-05-04 15:38:08 -05:00
..
examples refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
src feat(clap_complete_fig): Add subcommand aliases support 2022-03-20 21:21:03 +01:00
tests fix(v4): Disallow leading dashes in long's 2022-05-04 15:38:08 -05:00
Cargo.toml chore: Release 2022-04-19 10:31:52 -05:00
CHANGELOG.md chore: Release 2022-04-19 10:31:52 -05:00
LICENSE-APACHE fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-MIT fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06: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