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 link

Documentation

Methods

Reexports