cargo install hello-cli
``` hello 0.1.1
USAGE: hello [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: -n, --name Use name (default: World) ```
cargo test