Expand description
§app
§A easy-to-use command-line-parser written for Rust.
§Usage
Cargo.toml
[dependencies]
app = "0.6.5" §Or
[dependencies]
app = { git = "https://github.com/biluohc/app",branch = "master", version = "0.6.5" }§Documentation
- Visit Docs.rs
Or
- Run
cargo doc --openafter modified the toml file.
§Examples
git clone https://github.com/biluohc/app- fht2p: Options and Args
cargo run --example fht2p -- -h- cp: Options and Multi Args
cargo run --example cp- cpfn: Options, Multi Args and the help funcions.
cargo run --example cpfn- zipcs:
Sub_Commands, OptValue and OptValueParse
cargo run --example zipcshttp: Option’s order in help message
cargo run --example http- cargo-http: Custom
Helpsandcargo subcmd
cargo run --example cargo-httpModules§
- statics
- Mut Statics
Structs§
Enums§
Traits§
- Args
Value Parse - You can use custom
ArgsValuebyimplit - OptValue
Parse - You can use custom
OptValuebyimplit