Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
examples/ | 25-Apr-2025 | - | 436 | 381 | ||
src/ | 25-Apr-2025 | - | 2,987 | 2,074 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 2.3 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 890 | 33 | 29 | |
Cargo.lock | D | 25-Apr-2025 | 26 KiB | 999 | 882 | |
Cargo.toml | D | 25-Apr-2025 | 5.1 KiB | 238 | 212 | |
LICENSE | D | 25-Apr-2025 | 11.1 KiB | 202 | 169 | |
LICENSE-APACHE | D | 25-Apr-2025 | 11.1 KiB | 202 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1.1 KiB | 22 | 17 | |
METADATA | D | 25-Apr-2025 | 416 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 1.3 KiB | 25 | 16 | |
cargo_embargo.json | D | 25-Apr-2025 | 27 | 4 | 3 |
README.md
1<!-- omit in TOC --> 2# clap_complete 3 4> **Shell completion generation for `clap`** 5 6[](https://crates.io/crates/clap_complete) 7[](https://crates.io/crates/clap_complete) 8[](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.3/LICENSE-APACHE) 9[](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.3/LICENSE-MIT) 10 11Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). 12 131. [About](#about) 142. [API Reference](https://docs.rs/clap_complete) 153. [Questions & Discussions](https://github.com/clap-rs/clap/discussions) 164. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.3/clap_complete/CONTRIBUTING.md) 175. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v4.5.3/README.md#sponsors) 18 19## About 20 21### Related Projects 22 23- [clap_complete_fig](https://crates.io/crates/clap_complete_fig) for [fig](https://fig.io/) shell completion support 24- [clap_complete_nushell](https://crates.io/crates/clap_complete_nushell) for [nushell](https://www.nushell.sh/) shell completion support 25