char[] argPrefix | the prefix of the argument, e.g. a dash '-'. |
char[] argId | the name of the argument, what follows the prefix |
uint delegate(char[] value) cb | the delegate that should be called when this argument is found |
char[] argPrefix | the prefix of the argument, e.g. a dash '-'. |
char[] argId | the name of the argument, what follows the prefix |
void delegate() cb | the delegate that should be called when this argument is found |
char[] argPrefix | the prefix for the callback |
uint delegate(char[] value, uint ordinal) callback | the default callback |
uint delegate(char[] value, uint ordinal) callback | the default callback |
char[][] arguments | the command line arguments from the application |