#hello-world #nice #message #prints #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

#18 in #nice

Download history 7/week @ 2024-04-08 1/week @ 2024-04-29 1/week @ 2024-05-20 2/week @ 2024-05-27 8/week @ 2024-06-03 8/week @ 2024-06-10 3/week @ 2024-06-17 7/week @ 2024-06-24 10/week @ 2024-07-01 58/week @ 2024-07-22

68 downloads per month

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

~750KB