![]() |
Belle II Software light-2509-fornax
|


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 974 of file cli_main.py.
| __call__ | ( | self, | |
| parser, | |||
| namespace, | |||
| values, | |||
| option_string = None ) |
Show full help message
Definition at line 994 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 977 of file cli_main.py.