This library provides helper functions for writing unix command-line utilities.
progname Provides access to the name of the current program.
Add a dependency entry to your Cargo.toml.
[dependencies]
unixcli = "0.1"
Add the following to your crate root.
extern crate unixcli;