Options

Undocumented in source.

Constructors

this
this(Arguments arguments)
Undocumented in source.

Alias This

arguments

Members

Functions

opCall
Option!(T) opCall(char shortOption, string longOption, string helpText)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Option!(T) opCall(string longOption, string helpText)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Option!(T) opCall(char shortOption, string helpText)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Option!(T) opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

options
Option!(int)[] options [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

opDispatch
template opDispatch(string name)
Undocumented in source.

Meta