Encapsulates a set of application arguments.
This class serves two purposes. The first is to provide an API for parsing command line arguments (getopt). At the same time it records all calls to getopt and provides a list of all possible options using the recognizedArgs property.
Initializes the list of source arguments.
Resets the list of available source arguments.
Returns the list of unprocessed arguments and calls dropAllArgs.
Returns the list of all options recognized.
See Implementation
Encapsulates a set of application arguments.
This class serves two purposes. The first is to provide an API for parsing command line arguments (getopt). At the same time it records all calls to getopt and provides a list of all possible options using the recognizedArgs property.