clidir example Hello World CLI
Say hello:
usage: cli-app hello person [-h] name
positional arguments:
name name of the person to greet
options:
-h, --help show this help message and exit
See code: commands/hello/person.py
Say goodbye:
usage: hello-world say bye [-h]
options:
-h, --help show this help message and exit
See code: commands/say/bye.py