clap/clap_generate
cherryblossom f77dceaf69
Fix Elvish completions generation
The `display-suffix` option for `edit:complex-candidate` was [deprecated in Elvish v0.14.0][1] and
removed in v0.15.0 (latest version is v0.16.3), so this commit changes the Elvish completions
generation to use the `display` option instead.

Additionally, this commit changes assignments to use the `var` and `set` keywords as using
`name = value` without these keywords ('legacy assignment form') [will be deprecated][2].

[1]: https://elv.sh/blog/0.14.0-release-notes.html
[2]: https://elv.sh/ref/language.html#legacy-assignment-form
2021-09-24 22:29:05 +10:00
..
examples ArgValue builder (#2758) 2021-09-19 10:29:09 +00:00
src Fix Elvish completions generation 2021-09-24 22:29:05 +10:00
tests Fix Elvish completions generation 2021-09-24 22:29:05 +10:00
Cargo.toml Pin clap_derive version (#2706) 2021-08-17 08:43:37 +00:00
README.md docs(generate): Improve jumping off points 2021-08-18 12:10:04 -05:00

clap_generate

Crates.io Crates.io License License

Generates completions (and other things) for clap based CLIs