mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
c3fec1fa75
No good solution for transitioning the trate name, unfortnately, since we can't mark `use`s as deprecated (we can, it just does nothing). I got rid of the `into` prefix because that implies a `self` parameter that doesn't exist. |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
Cargo.toml | ||
CHANGELOG.md | ||
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