Skip to content

isacben/clidir-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clidir-hello-world

clidir example Hello World CLI

Commands

Say hello:

cli-app hello person NAME

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

cli-app say bye

Say goodbye:

usage: hello-world say bye [-h]

options:
  -h, --help  show this help message and exit

See code: commands/say/bye.py

About

clidir example Hello World CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages