Name Date Size

..25-Oct-20244 KiB

.clippy.tomlH A D25-Oct-202424

.github/H25-Oct-20244 KiB

.gitignoreH A D25-Oct-20247

.pre-commit-config.yamlH A D25-Oct-2024504

assets/H25-Oct-20244 KiB

BUILD.gnH A D25-Oct-20242.2 KiB

Cargo.lockH A D25-Oct-202431.6 KiB

Cargo.tomlH A D25-Oct-20249.7 KiB

CHANGELOG.mdH A D25-Oct-2024205.8 KiB

CITATION.cffH A D25-Oct-20241.1 KiB

clap_bench/H25-Oct-20244 KiB

clap_complete/H25-Oct-20244 KiB

clap_complete_fig/H25-Oct-20244 KiB

clap_derive/H25-Oct-20244 KiB

clap_lex/H25-Oct-20244 KiB

clap_mangen/H25-Oct-20244 KiB

committed.tomlH A D25-Oct-202483

CONTRIBUTING.mdH A D25-Oct-20248.3 KiB

deny.tomlH A D25-Oct-20246.5 KiB

examples/H25-Oct-20244 KiB

LICENSE-APACHEH A D25-Oct-202411.1 KiB

LICENSE-MITH A D25-Oct-20241.1 KiB

MakefileH A D25-Oct-20241.4 KiB

OAT.xmlH A D25-Oct-20245 KiB

README.mdH A D25-Oct-20241.8 KiB

README.OpenSourceH A D25-Oct-2024388

release.tomlH A D25-Oct-202465

src/H25-Oct-20244 KiB

tests/H25-Oct-20244 KiB

typos.tomlH A D25-Oct-2024116

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

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