clap/clap_generate/tests/completions
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
..
bash.rs Apply @pksunkara review 2021-02-22 09:37:29 +01:00
elvish.rs Fix Elvish completions generation 2021-09-24 22:29:05 +10:00
fish.rs fix(generate): Better subcommand completion in fish (#2726) 2021-09-08 15:32:26 +01:00
mod.rs Give each shell test their own App 2020-12-28 01:40:15 +01:00
powershell.rs Replace "Prints" with "Print" for default help and version commands 2021-07-29 20:23:25 -07:00
zsh.rs Replace "Prints" with "Print" for default help and version commands 2021-07-29 20:23:25 -07:00