Hello World CLI

Build Status

Install

cargo install hello-cli

Usage

``` USAGE: hello [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -n, --name Use name (default: World) ```

Testing

cargo test