string|array argument(string $key = null) Get the value of a command argument
Application getLaravel()
void fire() Execute the console command.
bool confirm(string $question, bool $default = false) Confirm a question
void error(string $string, null|int|string $verbosity = null) Write a string
string askWithCompletion(string $question, array $choices, string $default = null)
void comment(string $string, null|int|string $verbosity = null) Write a
void error(string $string) Write a string as error output.
string|array option(string $key = null) Get the value of a command option
Page 2 of 12