mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
9e4fc9b697
We're running into the problem of tests being dependent on the version of the command. This has a side benefit of speeding up builds of tests because we don't build nushell as often. |
||
---|---|---|
.. | ||
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
- clap_complete_nushell for nushell shell completion support