| Crates.io | hello-cli |
| lib.rs | hello-cli |
| version | 0.2.2 |
| created_at | 2017-10-02 09:20:41.019668+00 |
| updated_at | 2017-10-02 12:47:17.842391+00 |
| description | Prints a nice 'Hello World!' message |
| homepage | https://github.com/fpoli/rust-hello-cli |
| repository | https://github.com/fpoli/rust-hello-cli.git |
| max_upload_size | |
| id | 34144 |
| size | 4,382 |
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