Option

Undocumented in source.

Members

Functions

help
string help()
Undocumented in source. Be warned that the author may not have intended to support it.
withDefault
Option withDefault(string defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
withDescription
Option withDescription(string description)
Undocumented in source. Be warned that the author may not have intended to support it.
withShortName
Option withShortName(string shortName)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

withName
Option withName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultValue
string defaultValue;
Undocumented in source.
description
string description;
Undocumented in source.
name
string name;
Undocumented in source.
shortName
string shortName;
Undocumented in source.

Meta