InputDefinition

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addArgument
void addArgument(InputArgument argument)
Undocumented in source. Be warned that the author may not have intended to support it.
addArguments
void addArguments(Collection!(InputArgument) arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
addArguments
void addArguments(List!(InputArgument) arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
addOption
void addOption(InputOption option)
Undocumented in source. Be warned that the author may not have intended to support it.
addOptions
void addOptions(Collection!(InputOption) options)
Undocumented in source. Be warned that the author may not have intended to support it.
addOptions
void addOptions(List!(InputOption) options)
Undocumented in source. Be warned that the author may not have intended to support it.
asText
string asText()
Undocumented in source. Be warned that the author may not have intended to support it.
asXml
string asXml()
Undocumented in source. Be warned that the author may not have intended to support it.
getArgument
InputArgument getArgument(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getArgument
InputArgument getArgument(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getArgumentCount
int getArgumentCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getArgumentDefaults
Map!(string, string) getArgumentDefaults()
Undocumented in source. Be warned that the author may not have intended to support it.
getArgumentRequiredCount
int getArgumentRequiredCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getArguments
Collection!InputArgument getArguments()
Undocumented in source. Be warned that the author may not have intended to support it.
getOption
InputOption getOption(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getOptionDefaults
Map!(string, string) getOptionDefaults()
Undocumented in source. Be warned that the author may not have intended to support it.
getOptionForShortcut
InputOption getOptionForShortcut(string shortcut)
Undocumented in source. Be warned that the author may not have intended to support it.
getOptions
Collection!(InputOption) getOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
getSynopsis
string getSynopsis()
Undocumented in source. Be warned that the author may not have intended to support it.
hasArgument
bool hasArgument(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
hasArgument
bool hasArgument(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
hasOption
bool hasOption(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
hasShortcut
bool hasShortcut(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setArguments
void setArguments(Collection!(InputArgument) arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
setArguments
void setArguments(List!(InputArgument) arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
setOptions
void setOptions(Collection!(InputOption) options)
Undocumented in source. Be warned that the author may not have intended to support it.
setOptions
void setOptions(List!(InputOption) options)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta