mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
6d27488602
[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 |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
clap_complete
Shell completion generation for
clap
Dual-licensed under Apache 2.0 or MIT.
About
Related Projects
- clap_complete_fig for fig shell completion support