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

#24 in #nice

Download history 5/week @ 2024-11-13 22/week @ 2024-11-20 1/week @ 2024-11-27 7/week @ 2024-12-04 18/week @ 2024-12-11 28/week @ 2024-12-18 70/week @ 2024-12-25 53/week @ 2025-01-01 44/week @ 2025-01-22 197/week @ 2025-01-29 83/week @ 2025-02-05 104/week @ 2025-02-12 82/week @ 2025-02-19 105/week @ 2025-02-26

403 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

~1.5MB
~25K SLoC