7 releases
Uses old Rust 2015
0.2.2 | Oct 2, 2017 |
---|---|
0.2.1 | Oct 2, 2017 |
0.1.3 | Oct 2, 2017 |
#18 in #nice
68 downloads per month
4KB
Hello World CLI
Prints a nice 'Hello World!' message.
Install
cargo install hello-cli
Examples
$ hello
Hello World!
$ hello -n MyName
Hello MyName!
Usage
USAGE:
hello [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-n, --name <name> Use name (default: World)
Testing
cargo test
Dependencies
~750KB