mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
33fa7c4c19
With the previous fixes for #4273 and #4280 in place, it's now easy to add support for subcommand aliases, which this commit does. This addresses #4265 for Bash. |
||
---|---|---|
.. | ||
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