Description

An object to represent a single option used in the command line. DConsoleOptionParser buildOptionParser creates these when you use addOption()

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
Json[string]Json[string] choices()
stringstring defaultValue()
stringstring shortAlias()
stringstring help(int width = 0)
stringstring usage()
boolbool acceptsMultiple()
boolbool isRequired()
boolbool validChoice(string aValue)
stringstring prompt()
boolbool isBoolean()