clap/clap_complete
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
..
examples fix(complete): Better organize the API 2021-12-31 13:25:09 -06:00
src fix(complete): Use Elvish v0.17 lambda syntax 2022-01-12 11:58:18 +11:00
tests fix(complete): Use Elvish v0.17 lambda syntax 2022-01-12 11:58:18 +11:00
Cargo.toml chore: Release 2022-01-04 09:49:41 -06:00
CONTRIBUTING.md fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-APACHE fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-MIT fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
README.md chore: Release 2022-01-04 09:49:41 -06:00

clap_complete

Shell completion generation for clap

Crates.io Crates.io License License

Dual-licensed under Apache 2.0 or MIT.

  1. About
  2. API Reference
  3. Questions & Discussions
  4. CONTRIBUTING
  5. Sponsors

About