mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
No description
90bcb7f75e
`clap::Error::raw` was producing ambiguity errors with a default generic parameter on `clap::error::Error` (which `clap::Error` is a re-export of). I tried making `clap::Error` a type alias with a default generic parameter but that ran into an ambiguity error with `map_err`. So I'm going ahead and hard coding `clap::Error`. We don't expect people to change this all that often. |
||
---|---|---|
.github | ||
assets | ||
clap_bench | ||
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 | ||
committed.toml | ||
CONTRIBUTING.md | ||
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: