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