Arguments

Undocumented in source.

Constructors

this
this(string shortPrefix, string longPrefix, char assignment)
Undocumented in source.

Alias This

option

Members

Functions

argument
Argument!(T) argument(string name, string helpText)
Undocumented in source. Be warned that the author may not have intended to support it.
errors
string errors(char[] delegate(char[] buffer, const(char)[] format, ...) dg)
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.
opIndex
string opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
bool parse(string[] input)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

any
bool any [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
argument
ArgumentProxy argument [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
first
string first [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
formatter
Formatter formatter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
helpText
string helpText [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
last
string last [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
option
Options option [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
options
Option!(int)[] options [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
originalArgs
string[] originalArgs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
positionalArguments
ArgumentBase[] positionalArguments [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rawArgs
string[] rawArgs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

assignment
char assignment;
Undocumented in source.
footer
string footer;
Undocumented in source.
header
string header;
Undocumented in source.
internalArguments
Internal.Arguments internalArguments;
Undocumented in source.
longPrefix
string longPrefix;
Undocumented in source.
passThrough
bool passThrough;
Undocumented in source.
shortPrefix
string shortPrefix;
Undocumented in source.
sloppy
bool sloppy;
Undocumented in source.

Meta