defaultCommand() defaultCommand() Default route if not matched any command Displays help message if not overridden
getOption() getOption(string $name, mixed $default = null) : mixed Retrieve the option value Parameters string $name mixed $default Returns mixed
getCommandName() getCommandName() : string Return the name of the command that is called Returns string
getAvailableCommands() getAvailableCommands() : array Return the list of available commands Returns array
getAvailableOptions() getAvailableOptions(string $command) : array Return the list of available options Parameters string $command Returns array