void warn(string $string) Write a string as warning output.
void line(string $string, string $style = null, null|int|string $verbosity = null)
void setLaravel(Application $laravel)
void fire() Execute the console command.
void error(string $string, null|int|string $verbosity = null) Write a string
OutputInterface getOutput() Get the output implementation.
void table(array $headers, Arrayable|array $rows,
void info(string $string, null|int|string $verbosity = null) Write a string
array arguments() Get all of the arguments passed to the command.
Page 33 of 100