#hello-world #prints #nice #message #cli

bin+lib hello-cli

Prints a nice 'Hello World!' message

7 releases

Uses old Rust 2015

0.2.2 Oct 2, 2017
0.2.1 Oct 2, 2017
0.1.3 Oct 2, 2017

#17 in #nice

MIT license

4KB

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

Dependencies

~450KB