| Crates.io | welcomer |
| lib.rs | welcomer |
| version | 0.1.4 |
| created_at | 2024-07-30 09:54:58.416177+00 |
| updated_at | 2024-09-21 04:45:01.601374+00 |
| description | This is a simple CLI program to say hello in different languages. |
| homepage | |
| repository | https://github.com/TaroYamada1997/welcomer |
| max_upload_size | |
| id | 1319623 |
| size | 9,643 |
This simple CLI program generates a greeting message in various languages based on the user's name and chosen language.
The program accepts two arguments:
-n, --name <NAME>: The name of the person to greet-l, --language <LANGUAGE>: The language code for the greetingExample:
welcomer --n taro --l ja
If an unsupported language code is specified, the program will default to an English greeting.
This program uses the clap crate for parsing command-line arguments.
Current version: 0.1.4