mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 00:57:15 +00:00
No description
72515d14b1
Random fixes along the way - In one case the space after `tip:` was "colored" (won't matter until themeing is available) - One error case didn't color invalid values - Changed the args associated with invalid values to be `literal` rather than `warning` - Changed the required value count to be `good` - Changed the arg for invalid value counts to be `literal` (the actual count is `warning`) |
||
---|---|---|
.github | ||
assets | ||
clap_bench | ||
clap_builder | ||
clap_complete | ||
clap_complete_fig | ||
clap_derive | ||
clap_lex | ||
clap_mangen | ||
examples | ||
src | ||
tests | ||
.clippy.toml | ||
.gitignore | ||
.pre-commit-config.yaml | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
CITATION.cff | ||
committed.toml | ||
CONTRIBUTING.md | ||
deny.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
Makefile | ||
README.md | ||
release.toml | ||
typos.toml |
clap
Command Line Argument Parser for Rust
Dual-licensed under Apache 2.0 or MIT.
About
Create your command-line parser, with all of the bells and whistles, declaratively or procedurally.
For more details, see: