https://github.com/rustin170506/trycmd-example
https://github.com/rustin170506/trycmd-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustin170506/trycmd-example
- Owner: Rustin170506
- Created: 2023-07-05T14:27:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T15:23:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T14:13:09.251Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trycmd-example
```console
$ trycmd-example --help
Simple program to greet a person
Usage: trycmd-example [OPTIONS] --name
Options:
-n, --name Name of the person to greet
-c, --count Number of times to greet [default: 1]
-h, --help Print help
-V, --version Print version
```