Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
examples/ | 07-Sep-2024 | - | 232 | 183 | ||
src/ | 07-Sep-2024 | - | 2,785 | 1,959 | ||
tests/ | 07-Sep-2024 | - | 4,479 | 4,195 | ||
CHANGELOG.md | D | 07-Sep-2024 | 4.5 KiB | 158 | 97 | |
CONTRIBUTING.md | D | 07-Sep-2024 | 454 | 12 | 8 | |
Cargo.toml | D | 07-Sep-2024 | 2.3 KiB | 57 | 49 | |
LICENSE-APACHE | D | 07-Sep-2024 | 11.1 KiB | 202 | 169 | |
LICENSE-MIT | D | 07-Sep-2024 | 1.1 KiB | 22 | 17 | |
README.md | D | 07-Sep-2024 | 1.2 KiB | 24 | 15 |
README.md
1<!-- omit in TOC --> 2# clap_complete 3 4> **Shell completion generation for `clap`** 5 6[![Crates.io](https://img.shields.io/crates/v/clap_complete?style=flat-square)](https://crates.io/crates/clap_complete) 7[![Crates.io](https://img.shields.io/crates/d/clap_complete?style=flat-square)](https://crates.io/crates/clap_complete) 8[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v4.1.5/LICENSE-APACHE) 9[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v4.1.5/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.1.5/clap_complete/CONTRIBUTING.md) 175. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v4.1.5/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