Build status Latest version All downloads Downloads of latest version Documentation

app

A easy-to-use command-line-parser written for Rust.

Usage

Cargo.toml

toml [dependencies] app = "0.6.0"

Or

toml [dependencies] app = { git = "https://github.com/biluohc/app",branch = "master", version = "0.6.0" }

Documentation

Examples

rustful git clone https://github.com/biluohc/app cd app cargo run --example fht2p -- -h * cp: Options and Multi_Args

rustful git clone https://github.com/biluohc/app cd app cargo run --example cp

rustful git clone https://github.com/biluohc/app cd app cargo run --example zipcs

rustful git clone https://github.com/biluohc/app cd app cargo run --example http

rustful git clone https://github.com/biluohc/app cd app cargo run --example cargo-http