An open API service indexing awesome lists of open source software.

https://github.com/rustin170506/trycmd-example


https://github.com/rustin170506/trycmd-example

Last synced: about 1 year ago
JSON representation

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

```