class Command Base class for all commands. Methods
bool isEnabled() Checks whether the command is enabled or not in the current environment.
InputDefinition getDefinition()
string getDescription() Returns the description for the command.
class HelpCommand extends Command
Command setCode(callable $code)
Application getApplication()
class ListCommand extends Command
Command setName(string $name)
Command setProcessTitle(string $title)
Page 3 of 4