mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 17:08:00 +00:00
No description
b7d13dfb88
Just having `--help` or `--version` can make us get invalid args instead of invalid subcommands. It doesn't make sense to do this unless positionals are used. Even then it might not make sense but this is at least a step in the right direction. Unsure how I feel about this being backported to clap 3. It most likely would be fine? This was noticed while looking into #4218 |
||
---|---|---|
.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: