Library for creating CLI tools with a look and feel similiar to Cargo
To use the latest stable rust-cli [crate] add this to your Cargo.toml
:
toml
[dependencies.rust-cli]
or
toml
[dependencies]
rust-cli = "*"
or if you want to link it to the GitHub repo add this instead:
toml
[dependencies.shell]
git = "https://github.com/icorderi/cli.rs"
Note: For more information on handling [dependencies] check the official cargo site.
To import rust-cli add this to your code:
rust
extern crate cli;
If you need help don't forget to checkout the online [documentation] for the library.
Get involved with the [issues] or submit a [PR].
This project is licensed under The MIT License (MIT) * Markdown version * Original version