StringInput

Undocumented in source.
class StringInput : ArgvInput {}

Constructors

this
this(string input)
Undocumented in source.

Inherited Members

From ArgvInput

setTokens
void setTokens(List!(string) tokens)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
void parse()
Undocumented in source. Be warned that the author may not have intended to support it.
getFirstArgument
string getFirstArgument()

Returns the first argument from the raw parameters (not parsed).

hasParameterOption
bool hasParameterOption(string[] values, bool onlyParams)

Returns true if the raw parameters (not parsed) contain a value.

getParameterOption
string getParameterOption(string[] values, string defaultValue, bool onlyParams)

Returns the value of a raw option (not parsed).

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

Meta