hello-cli

Crates.iohello-cli
lib.rshello-cli
version0.2.2
sourcesrc
created_at2017-10-02 09:20:41.019668
updated_at2017-10-02 12:47:17.842391
descriptionPrints a nice 'Hello World!' message
homepagehttps://github.com/fpoli/rust-hello-cli
repositoryhttps://github.com/fpoli/rust-hello-cli.git
max_upload_size
id34144
size4,382
Federico Poli (fpoli)

documentation

README

Hello World CLI

Build Status

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
Commit count: 11

cargo fmt