class documentation

Class representing an argument to be parsed by an argparse.ArgumentsParser. This is based on the parameters passed to argparse.ArgumentsParser.add_message. See: https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_argument

Method __init__ Undocumented
Instance Variable flags The name of the argument.
Instance Variable help The description of the argument.
Instance Variable hide_help Whether to hide this argument in the help message.
Instance Variable section The section to add this argument to.

The name of the argument.

The description of the argument.

hide_help = (source)

Whether to hide this argument in the help message.

The section to add this argument to.