Public Member Functions | |
print_subparsers (self, parser, prefix="") | |
__call__ (self, parser, namespace, values, option_string=None) | |
Class to recursively show help for an ArgumentParser and all it's sub_parsers
Definition at line 968 of file cli_main.py.
__call__ | ( | self, | |
parser, | |||
namespace, | |||
values, | |||
option_string = None ) |
Show full help message
Definition at line 988 of file cli_main.py.
print_subparsers | ( | self, | |
parser, | |||
prefix = "" ) |
Print help message for given parser and call again for all sub parsers
Definition at line 971 of file cli_main.py.