Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
3.2.23/ | 03-May-2024 | - | 36,320 | 21,512 | ||
examples/ | 03-May-2024 | - | 4,481 | 3,402 | ||
src/ | 03-May-2024 | - | 28,305 | 15,396 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 94 | 6 | 6 | |
.gitignore | D | 03-May-2024 | 223 | 28 | 21 | |
Android.bp | D | 03-May-2024 | 2.6 KiB | 94 | 89 | |
Cargo.toml | D | 03-May-2024 | 9.9 KiB | 486 | 400 | |
Cargo.toml.orig | D | 03-May-2024 | 9.5 KiB | 385 | 317 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
LICENSE-APACHE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
LICENSE-MIT | D | 03-May-2024 | 1.1 KiB | 22 | 17 | |
METADATA | D | 03-May-2024 | 634 | 24 | 22 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 47 | 2 | 1 | |
README.md | D | 03-May-2024 | 1.8 KiB | 44 | 28 | |
TEST_MAPPING | D | 03-May-2024 | 837 | 39 | 38 | |
cargo2android.json | D | 03-May-2024 | 113 | 7 | 6 |
README.md
1# clap 2 3> **Command Line Argument Parser for Rust** 4 5[![Crates.io](https://img.shields.io/crates/v/clap?style=flat-square)](https://crates.io/crates/clap) 6[![Crates.io](https://img.shields.io/crates/d/clap?style=flat-square)](https://crates.io/crates/clap) 7[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](LICENSE-APACHE) 8[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE-MIT) 9[![Build Status](https://img.shields.io/github/actions/workflow/status/clap-rs/clap/ci.yml?branch=master&style=flat-square)](https://github.com/clap-rs/clap/actions/workflows/ci.yml?query=branch%3Amaster) 10[![Coverage Status](https://img.shields.io/coveralls/github/clap-rs/clap/master?style=flat-square)](https://coveralls.io/github/clap-rs/clap?branch=master) 11[![Contributors](https://img.shields.io/github/contributors/clap-rs/clap?style=flat-square)](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/tiers/gold.svg?avatarHeight=36&width=600)](https://opencollective.com/clap) 29 30<!-- omit in TOC --> 31### Silver 32 33[![](https://opencollective.com/clap/tiers/silver.svg?avatarHeight=36&width=600)](https://opencollective.com/clap) 34 35<!-- omit in TOC --> 36### Bronze 37 38[![](https://opencollective.com/clap/tiers/bronze.svg?avatarHeight=36&width=600)](https://opencollective.com/clap) 39 40<!-- omit in TOC --> 41### Backer 42 43[![](https://opencollective.com/clap/tiers/backer.svg?avatarHeight=36&width=600)](https://opencollective.com/clap) 44