mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
Update README.md
A tiny typo in the README.
This commit is contained in:
parent
ffbb534f81
commit
94c4335adc
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Because `docopt` is doing a ton of work to parse your help messages and determin
|
|||
|
||||
#### All else being equal, what are some reasons to use `clap`?
|
||||
|
||||
`clap` is as fast, and as lightweight as possible while still giving all the features you'd expect from a modern argument parser. In fact, for the amount and type of features `clap` offers it remains about as fast as `getopts`. If you use `clap` when just need some simple arguments parsed, you'll find its a walk in the park. `clap` also makes it possible to represent extremely complex, and advanced requirements, without too much thought. `clap` aims to be intuitive, easy to use, and fully capable for wide variety use cases and needs.
|
||||
`clap` is as fast, and as lightweight as possible while still giving all the features you'd expect from a modern argument parser. In fact, for the amount and type of features `clap` offers it remains about as fast as `getopts`. If you use `clap` when just need some simple arguments parsed, you'll find it's a walk in the park. `clap` also makes it possible to represent extremely complex, and advanced requirements, without too much thought. `clap` aims to be intuitive, easy to use, and fully capable for wide variety use cases and needs.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
Loading…
Reference in a new issue