clap/clap_generate/tests
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
..
completions Fix Elvish completions generation 2021-09-24 22:29:05 +10:00
generate_completions.rs tests(clap_generate): zsh completion generation bug 2020-10-30 21:23:35 +01:00
value_hints.rs ArgValue builder (#2758) 2021-09-19 10:29:09 +00:00
version-numbers.rs Refactor clap_generate 2020-02-07 07:52:04 +01:00