OutputInterface getOutput() Get the output implementation.
bool hasOption(string $name) Determine if the given option is present.
void setLaravel(Application $laravel)
void question(string $string) Write a string as question output.
void comment(string $string, null|int|string $verbosity = null) Write a
string ask(string $question, string $default = null) Prompt the user for
string anticipate(string $question, array $choices, string $default = null)
void table(array $headers, Arrayable|array $rows,
int call(string $command, array $arguments = array()) Call another console
bool|null fire() Execute the console command.
Page 1 of 8