void fire() Execute the console command.
string askWithCompletion(string $question, array $choices, string $default = null)
string|array argument(string $key = null) Get the value of a command argument
string|array option(string $key = null) Get the value of a command option
void error(string $string) Write a string as error output.
array options() Get all of the options passed to the command.
void comment(string $string) Write a string as comment output.
int call(string $command, array $arguments = array()) Call another console
Page 48 of 100