FlushFailedCommand class FlushFailedCommand extends
string anticipate(string $question, array $choices, string $default = null)
bool confirm(string $question, bool $default = false) Confirm a question
void line(string $string) Write a string as standard output.
string|array argument(string $key = null) Get the value of a command argument
int run(InputInterface $input, OutputInterface $output) Run the console
void setLaravel(Application $laravel)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void line(string $string, string $style = null, null|int|string $verbosity = null)
string ask(string $question, string $default = null) Prompt the user for
Page 25 of 26