mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
No description
This will allow `num_args(0..=1).value_delimiter(',')` to work properly. This hacks in support for `require_value_delimiter` until we can remove it. This no longer recognzes value terminators in delimited lists. It looks like there is a bug with recognizing value terminators in positionals arguments. We'll need to dig into that more. |
||
---|---|---|
.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: