Prints a nice 'Hello World!' message.
cargo install hello-cli
$ hello
Hello World!
$ hello -n MyName
Hello MyName!
USAGE:
hello [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-n, --name <name> Use name (default: World)
cargo test