ListFailedCommand class ListFailedCommand extends
string ask(string $question, string $default = null) Prompt the user for
bool confirm(string $question, bool $default = false) Confirm a question
Application getLaravel()
void warn(string $string, null|int|string $verbosity = null) Write a string
void comment(string $string) Write a string as comment output.
void error(string $string) Write a string as error output.
string|array argument(string $key = null) Get the value of a command argument
Page 10 of 26