An object to represent a single argument used in the command line. DConsoleOptionParser buildOptionParser creates these when you use addArgument()
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string help(int width = 0) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
string | string usage() | ||||
this(string | this(string optionName, string helpText = "", bool isArgumentRequired = false, string[] validChoices = null) | ||||
bool | bool isRequired() | ||||
bool | bool validChoice(string choiceToValidate) | ||||
bool | bool isEqualTo(DInputConsoleArgument argument) | ||||
this(string[string] | this(string[string] aName, string ahelp = "", bool isArgumentRequired = false, string[] optionChoices = null) |