void fire() Execute the console command.
string ask(string $question, string $default = null) Prompt the user for
array arguments() Get all of the arguments passed to the command.
void __construct(Router $router)
array options() Get all of the options passed to the command.
array all() Get all of the commands registered with the console.
void comment(string $string, null|int|string $verbosity = null) Write a
void question(string $string) Write a string as question output.
string|array option(string $key = null) Get the value of a command option
void warn(string $string, null|int|string $verbosity = null) Write a string
Page 54 of 100