Cargo.toml
toml
[dependencies]
app = "0.6.0"
toml
[dependencies]
app = { git = "https://github.com/biluohc/app",branch = "master", version = "0.6.0" }
cargo doc --open
after modified the toml file.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
Sub_Commands, OptValue and OptValueParse
rustful
git clone https://github.com/biluohc/app
cd app
cargo run --example zipcs
http
: Option's order in help messagerustful
git clone https://github.com/biluohc/app
cd app
cargo run --example http
Helps
and cargo subcmd
rustful
git clone https://github.com/biluohc/app
cd app
cargo run --example cargo-http