• Home
Name
Date
Size
#Lines
LOC

..--

.github/12-May-2024-772636

assets/12-May-2024-

clap_bench/12-May-2024-2,0731,901

clap_complete/12-May-2024-7,6906,466

clap_complete_fig/12-May-2024-1,9471,744

clap_derive/12-May-2024-4,3573,693

clap_lex/12-May-2024-1,241837

clap_mangen/12-May-2024-1,8701,570

examples/12-May-2024-4,4813,402

src/12-May-2024-28,31915,411

tests/12-May-2024-26,00622,211

.clippy.tomlD12-May-202424 21

.gitignoreD12-May-20247 21

.pre-commit-config.yamlD12-May-2024504 2221

BUILD.gnD12-May-20242.2 KiB7569

CHANGELOG.mdD12-May-2024204.2 KiB4,2192,412

CONTRIBUTING.mdD12-May-20248.3 KiB154116

Cargo.lockD12-May-202430 KiB1,2131,076

Cargo.tomlD12-May-20249.5 KiB385317

LICENSE-APACHED12-May-202411.1 KiB202169

LICENSE-MITD12-May-20241.1 KiB2217

MakefileD12-May-20241.4 KiB4428

OAT.xmlD12-May-20245 KiB7622

README.OpenSourceD12-May-2024387 1211

README.mdD12-May-20241.8 KiB4428

committed.tomlD12-May-202483 43

release.tomlD12-May-202465 32

typos.tomlD12-May-2024116 98

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.4",
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[![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