Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | 07-Sep-2024 | - | 807 | 665 | ||
assets/ | 07-Sep-2024 | - | ||||
clap_bench/ | 07-Sep-2024 | - | 2,073 | 1,901 | ||
clap_complete/ | 07-Sep-2024 | - | 7,971 | 6,692 | ||
clap_complete_fig/ | 07-Sep-2024 | - | 1,953 | 1,748 | ||
clap_derive/ | 07-Sep-2024 | - | 4,455 | 3,786 | ||
clap_lex/ | 07-Sep-2024 | - | 1,249 | 841 | ||
clap_mangen/ | 07-Sep-2024 | - | 1,916 | 1,607 | ||
examples/ | 07-Sep-2024 | - | 4,481 | 3,402 | ||
src/ | 07-Sep-2024 | - | 28,320 | 15,410 | ||
tests/ | 07-Sep-2024 | - | 26,047 | 22,243 | ||
.clippy.toml | D | 07-Sep-2024 | 24 | 2 | 1 | |
.gitignore | D | 07-Sep-2024 | 7 | 2 | 1 | |
.pre-commit-config.yaml | D | 07-Sep-2024 | 504 | 22 | 21 | |
BUILD.gn | D | 07-Sep-2024 | 2.2 KiB | 75 | 69 | |
CHANGELOG.md | D | 07-Sep-2024 | 205.8 KiB | 4,287 | 2,451 | |
CITATION.cff | D | 07-Sep-2024 | 1.1 KiB | 36 | 32 | |
CONTRIBUTING.md | D | 07-Sep-2024 | 8.3 KiB | 154 | 116 | |
Cargo.lock | D | 07-Sep-2024 | 31.6 KiB | 1,270 | 1,127 | |
Cargo.toml | D | 07-Sep-2024 | 9.7 KiB | 387 | 319 | |
LICENSE-APACHE | D | 07-Sep-2024 | 11.1 KiB | 202 | 169 | |
LICENSE-MIT | D | 07-Sep-2024 | 1.1 KiB | 22 | 17 | |
Makefile | D | 07-Sep-2024 | 1.4 KiB | 44 | 28 | |
OAT.xml | D | 07-Sep-2024 | 5 KiB | 76 | 22 | |
README.OpenSource | D | 07-Sep-2024 | 388 | 12 | 11 | |
README.md | D | 07-Sep-2024 | 1.8 KiB | 44 | 28 | |
committed.toml | D | 07-Sep-2024 | 83 | 4 | 3 | |
deny.toml | D | 07-Sep-2024 | 6.5 KiB | 150 | 142 | |
release.toml | D | 07-Sep-2024 | 65 | 3 | 2 | |
typos.toml | D | 07-Sep-2024 | 116 | 9 | 8 |
README.OpenSource
1[ 2 { 3 "Name": "clap", 4 "License": "Apache license 2.0, MIT", 5 "License File": "LICENSE-MIT, LICENSE-APACHE", 6 "Version Number": "v4.1.13", 7 "Owner": "fangting12@huawei.com", 8 "Upstream URL": "https://github.com/clap-rs/clap", 9 "Description": "A command-line argument parsing library for Rust that supports subcommands and complex argument parsing." 10 } 11] 12
README.md
1# clap 2 3> **Command Line Argument Parser for Rust** 4 5[](https://crates.io/crates/clap) 6[](https://crates.io/crates/clap) 7[](LICENSE-APACHE) 8[](LICENSE-MIT) 9[](https://github.com/clap-rs/clap/actions/workflows/ci.yml?query=branch%3Amaster) 10[](https://coveralls.io/github/clap-rs/clap?branch=master) 11[](https://github.com/clap-rs/clap/graphs/contributors) 12 13Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). 14 15## About 16 17Create your command-line parser, with all of the bells and whistles, declaratively or procedurally. 18 19For more details, see: 20- [docs.rs](https://docs.rs/clap/latest/clap/) 21- [examples](examples/) 22 23## Sponsors 24 25<!-- omit in TOC --> 26### Gold 27 28[](https://opencollective.com/clap) 29 30<!-- omit in TOC --> 31### Silver 32 33[](https://opencollective.com/clap) 34 35<!-- omit in TOC --> 36### Bronze 37 38[](https://opencollective.com/clap) 39 40<!-- omit in TOC --> 41### Backer 42 43[](https://opencollective.com/clap) 44