Option

Undocumented in source.

Members

Functions

accept
void accept(string v)
Undocumented in source. Be warned that the author may not have intended to support it.
allow
Option allow(Matcher!string matcher)
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

boolWithName
Option boolWithName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
matcher
Matcher!string matcher;
Undocumented in source.
name
string name;
Undocumented in source.
shortName
string shortName;
Undocumented in source.

Meta