Input

Undocumented in source.

Members

Functions

bind
void bind(InputDefinition definition)
Undocumented in source.
getArgument
string getArgument(string name)
Undocumented in source.
getArguments
string[] getArguments()
Undocumented in source.
getFirstArgument
string getFirstArgument()
Undocumented in source.
getOption
string getOption(string name)
Undocumented in source.
getOptions
string[] getOptions()
Undocumented in source.
getParameterOption
string getParameterOption(string value, bool onlyParams)
Undocumented in source. Be warned that the author may not have intended to support it.
getParameterOption
string getParameterOption(string value, string defaultValue, bool onlyParams)
Undocumented in source. Be warned that the author may not have intended to support it.
getParameterOption
string getParameterOption(string[] values, string defaultValue, bool onlyParams)
Undocumented in source.
hasArgument
bool hasArgument(string name)
Undocumented in source.
hasOption
bool hasOption(string name)
Undocumented in source.
hasParameterOption
bool hasParameterOption(string value, bool onlyParams)
Undocumented in source. Be warned that the author may not have intended to support it.
hasParameterOption
bool hasParameterOption(string[] values, bool onlyParams)
Undocumented in source.
isInteractive
bool isInteractive()
Undocumented in source.
setArgument
void setArgument(string name, string value)
Undocumented in source.
setInteractive
void setInteractive(bool interactive)
Undocumented in source.
setOption
void setOption(string name, string value)
Undocumented in source.
validate
void validate()
Undocumented in source.

Meta