ListCommand

Undocumented in source.

Members

Functions

configure
void configure()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
int execute(Input input, Output output)
Undocumented in source. Be warned that the author may not have intended to support it.
getNativeDefinition
InputDefinition getNativeDefinition()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Command

ignoreValidationErrors
void ignoreValidationErrors()
Undocumented in source. Be warned that the author may not have intended to support it.
setConsole
void setConsole(Console application)
Undocumented in source. Be warned that the author may not have intended to support it.
getConsole
Console getConsole()
Undocumented in source. Be warned that the author may not have intended to support it.
getHelperSet
HelperSet getHelperSet()
Undocumented in source. Be warned that the author may not have intended to support it.
setHelperSet
void setHelperSet(HelperSet helperSet)
Undocumented in source. Be warned that the author may not have intended to support it.
getHelper
Helper getHelper(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
isEnabled
bool isEnabled()

Checks whether the command is enabled or not in the current environment

configure
void configure()

Configures the current command.

execute
int execute(Input input, Output output)

Executes the current command.

interact
void interact(Input input, Output output)

Interacts with the user.

initialize
void initialize(Input input, Output output)

Initializes the command just after the input has been validated.

run
int run(Input input, Output output)

Runs the command.

setExecutor
Command setExecutor(CommandExecutor executor)
Undocumented in source. Be warned that the author may not have intended to support it.
mergeConsoleDefinition
void mergeConsoleDefinition()
Undocumented in source. Be warned that the author may not have intended to support it.
mergeConsoleDefinition
void mergeConsoleDefinition(bool mergeArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefinition
Command setDefinition(InputDefinition definition)
Undocumented in source. Be warned that the author may not have intended to support it.
getDefinition
InputDefinition getDefinition()
Undocumented in source. Be warned that the author may not have intended to support it.
getNativeDefinition
InputDefinition getNativeDefinition()
Undocumented in source. Be warned that the author may not have intended to support it.
addArgument
Command addArgument(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
addArgument
Command addArgument(string name, int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
addArgument
Command addArgument(string name, int mode, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
addArgument
Command addArgument(string name, int mode, string description, string defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
addOption
Command addOption(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
addOption
Command addOption(string name, string shortcut)
Undocumented in source. Be warned that the author may not have intended to support it.
addOption
Command addOption(string name, string shortcut, int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
addOption
Command addOption(string name, string shortcut, int mode, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
addOption
Command addOption(string name, string shortcut, int mode, string description, string defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
Command setName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
setDescription
Command setDescription(string description)
Undocumented in source. Be warned that the author may not have intended to support it.
getDescription
string getDescription()
Undocumented in source. Be warned that the author may not have intended to support it.
setHelp
Command setHelp(string help)
Undocumented in source. Be warned that the author may not have intended to support it.
getHelp
string getHelp()
Undocumented in source. Be warned that the author may not have intended to support it.
getProcessedHelp
string getProcessedHelp()
Undocumented in source. Be warned that the author may not have intended to support it.
setAliases
Command setAliases(string[] aliases)
Undocumented in source. Be warned that the author may not have intended to support it.
getAliases
string[] getAliases()
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.

Meta