Public Member Functions | |
(int) | - application:runWithArguments: |
This is the main entry point of a command line application. | |
(void) | - application:willParseOptions: |
Called prior to option parsing so that options may added to the options parser. |
- (int) application: | (DDCliApplication *) | app | ||
runWithArguments: | (NSArray *) | arguments | ||
This is the main entry point of a command line application.
It is called after options have been parsed, and the arguments passed in have the options removed.
app | The corresponding application instance | |
arguments | Command line arguments, post option parsing |
- (void) application: | (DDCliApplication *) | app | ||
willParseOptions: | (DDGetoptLongParser *) | optionParser | ||
Called prior to option parsing so that options may added to the options parser.
app | The corresponding application instance | |
optionParser | The option parser. |