App-rs
A easy-to-use command-line-parser written for Rust.
Usage
Cargo.toml
toml
[dependencies]
app = "0.5.5"
Or
toml
[dependencies]
app = { git = "https://github.com/biluohc/app-rs",branch = "master", version = "0.5.5" }
Documentation
- Visit Docs.rs
or
- Run
cargo doc --open
after modified the toml file.
Examples
Options and Arguments: fht2p
git clone https://github.com/biluohc/app-rs
cd app-rs
cargo run --example fht2p --release
Sub_Commands: zipcs
git clone https://github.com/biluohc/zipcs
cd zipcs
cargo run --release