1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
# clap
> **Command Line Argument Parser for Rust**
[](https://crates.io/crates/clap)
[](https://crates.io/crates/clap)
[](LICENSE-APACHE)
[](LICENSE-MIT)
[](https://github.com/clap-rs/clap/actions/workflows/ci.yml?query=branch%3Amaster)
[](https://coveralls.io/github/clap-rs/clap?branch=master)
[](https://github.com/clap-rs/clap/graphs/contributors)
Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT).
## Get Started
```console
$ cargo add clap
```
## About
Create your command-line parser, with all of the bells and whistles, declaratively or procedurally.
For more details, see:
- [docs.rs](https://docs.rs/clap/latest/clap/)
- [examples](examples/)
## Sponsors
<!-- omit in TOC -->
### Gold
[](https://opencollective.com/clap)
<!-- omit in TOC -->
### Silver
[](https://opencollective.com/clap)
<!-- omit in TOC -->
### Bronze
[](https://opencollective.com/clap)
<!-- omit in TOC -->
### Backer
[](https://opencollective.com/clap)
|