mirror of
https://gitee.com/openharmony/third_party_rust_clap
synced 2024-11-22 22:49:47 +00:00
6b4a9f849a
Some checks failed
CI / Test (default, default, ubuntu-latest, stable) (push) Has been cancelled
CI / Test (linux, full, ubuntu-latest, stable) (push) Has been cancelled
CI / Test (mac, full, macos-latest, stable) (push) Has been cancelled
CI / Test (minimal, minimal, ubuntu-latest, stable) (push) Has been cancelled
CI / Test (next, next, ubuntu-latest, stable) (push) Has been cancelled
CI / Test (windows, full, windows-latest, stable) (push) Has been cancelled
CI / Check (debug, debug, stable, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / Check (msrv, full, 1.64.0, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / Check (release, release, stable, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / Check (wasm, wasm, stable, wasm32-unknown-unknown) (push) Has been cancelled
CI / Check (wasm-wasi, wasm, stable, wasm32-wasi) (push) Has been cancelled
CI / UI Tests (default) (push) Has been cancelled
CI / UI Tests (next) (push) Has been cancelled
CI / Docs (push) Has been cancelled
CI / rustfmt (push) Has been cancelled
CI / clippy (push) Has been cancelled
CI / cffconvert (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
CI / CI (push) Has been cancelled
Merge pull request !6 from archane/master |
||
---|---|---|
.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 | ||
BUILD.gn | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
CITATION.cff | ||
committed.toml | ||
CONTRIBUTING.md | ||
deny.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
Makefile | ||
OAT.xml | ||
README.md | ||
README.OpenSource | ||
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: