Belle II Software development
|
Public Member Functions | |
def | print_subparsers (self, parser, prefix="") |
def | __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.
def __call__ | ( | self, | |
parser, | |||
namespace, | |||
values, | |||
option_string = None |
|||
) |
Show full help message
Definition at line 988 of file cli_main.py.
def 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.