Crates.io | hola |
lib.rs | hola |
version | 0.1.1 |
source | src |
created_at | 2023-10-21 04:52:01.387987 |
updated_at | 2023-10-21 05:14:04.624635 |
description | 👋 Hello CLI in Rust |
homepage | https://github.com/datnguye/hello-rs |
repository | https://github.com/datnguye/hello-rs |
max_upload_size | |
id | 1009814 |
size | 9,799 |
Hello CLI in Rust
hola --name World
# 👋 Hello World!
Make sure you firstly install Rust and Cargo
Install hola
CLI:
cargo install hola
Check --help
for the CLI reference:
$ hola --help
Usage: hola --name <NAME>
Options:
-n, --name <NAME> Name of the person to greet
-h, --help Print help
-V, --version Print version
See CONTRIBUTING.md
Under the MIT License