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

bin+lib hello-cli

打印友好的 'Hello World!' 消息

7 个版本

使用旧的 Rust 2015

0.2.2 2017年10月2日
0.2.1 2017年10月2日
0.1.3 2017年10月2日

#18#nice

MIT 许可证

4KB

Hello World CLI

Build Status

打印友好的 'Hello World!' 消息。

安装

cargo install hello-cli

示例

$ hello
Hello World!
$ hello -n MyName
Hello MyName!

使用方法

USAGE:
    hello [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -n, --name <name>    Use name (default: World)

测试

cargo test

依赖

~750KB