Skip to content

fpoli/rust-hello-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Prints a nice 'Hello World!' message

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages