Basic Subcommand
usage: basic_subcommand.py {foo|bar} [--help]
Subcommands
|
Print foo |
|
Print bar |
Optional arguments
|
Show this help message and exit |
Subcommands
Subcommand: foo
Print foo
usage: basic_subcommand.py foo [--help]
Optional arguments
|
Show this help message and exit |
Subcommand: bar
Print bar
usage: basic_subcommand.py bar [--help]
Optional arguments
|
Show this help message and exit |