An object to represent a single option used in the command line. DConsoleOptionParser buildOptionParser creates these when you use addOption()
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
Json[string] | Json[string] choices() | ||||
string | string defaultValue() | ||||
string | string shortAlias() | ||||
string | string help(int width = 0) | ||||
string | string usage() | ||||
bool | bool acceptsMultiple() | ||||
bool | bool isRequired() | ||||
bool | bool validChoice(string aValue) | ||||
string | string prompt() | ||||
bool | bool isBoolean() |