string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
string|array argument(string $key = null) Get the value of a command argument
void fire() Execute the console command.
bool confirm(string $question, bool $default = false) Confirm a question
Application getLaravel()
array options() Get all of the options passed to the command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int call(string $command, array $arguments = array()) Call another console
Page 53 of 100