void fire() Execute the console command.
void info(string $string) Write a string as information output.
void error(string $string) Write a string as error output.
string secret(string $question, bool $fallback = true) Prompt the user
string anticipate(string $question, array $choices, string $default = null)
OutputInterface getOutput() Get the output implementation.
void question(string $string) Write a string as question output.
TableCommand class TableCommand extends
void table(array $headers, Arrayable|array $rows,
void comment(string $string) Write a string as comment output.
Page 16 of 26