mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
f77dceaf69
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 |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
clap_generate
Generates completions (and other things) for clap
based CLIs