bool isEnabled() Checks whether the command is enabled or not in the current environment.
string getProcessedHelp() Returns the processed help for the command replacing the %command.name%
Command addOption(string $name, string $shortcut
class Command Base class for all commands. Methods
Command setCode(callable $code)
class HelpCommand extends Command
string getSynopsis(bool $short = false) Returns the synopsis for the command.
Command setProcessTitle(string $title)
Command setName(string $name)
Application getApplication()
Page 3 of 4