Installation
The best way to install rargs is to download the pre-built version from the project Release
page.
Build from source
You can build your own version of rargs using cargo, Rust build tool. To do so, clone the
project into a directory, change into the cloned directory and run cargo.
git clone https://github.com/cloudbridgeuy/rargs.git
cd rargs
cargo build --bin rargs
You can find the build binary in the created target/release dirctory by the name rargs. Copy it
into a directory on your path, or add the release directory you your PATH, and give the rargs
binary executable permissions.
chmod +x rargs
Next, you'll see how you can use Rargs to create your first script.