clap/clap_complete/tests
cherryblossom 6d27488602
fix(complete): Use Elvish v0.17 lambda syntax
[Elvish v0.17][1] deprecated the old lambda syntax (`[arg1 arg2] { body }`)
in favour of the new `{|arg1 arg2| body }` syntax. This commit uses the
new syntax to stop deprecation warnings.

[1]: https://elv.sh/blog/0.17.0-release-notes.html#deprecated-features
2022-01-12 11:58:18 +11:00
..
completions fix(complete): Use Elvish v0.17 lambda syntax 2022-01-12 11:58:18 +11:00
generate_completions.rs fix(complete): Better organize the API 2021-12-31 13:25:09 -06:00
value_hints.rs fix(complete): Add newline at end of zsh output 2022-01-09 19:51:18 +02:00