Manages the argparse module to parse user command line arguments.
|
|
__init__(self,
scriptname,
description)
Create a ParserWrapper instance and process it. |
|
|
|
|
loadIt(self)
Load ParserWrapper with all options. |
|
|
|
|
loadRequired(self)
Load ParserWrapper with required options. |
|
|
|
|
loadOptions(self)
Load ParserWrapper with options. |
|
|
|
|
loadCommon(self)
Load ParserWrapper with common options. |
|
|
|
|
parseArgs(self,
args)
Parse the command line arguments. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|