Class CommandParser
Customized ArgumentParser class to improve some error messages and prevent SystemExit in several occasions, as SystemExit is unacceptable when a command is called programmatically.
Declaration
class CommandParser(ArgumentParser)
source linkDocumentation
Methods
▷ def __init__(self, *, missing_args_message=None, called_from_command_line=None, **kwargs) ▷ def error(self, message)
Reexports