void warn(string $string) Write a string as warning output.
void line(string $string, string $style = null, null|int|string $verbosity = null)
array arguments() Get all of the arguments passed to the command.
void warn(string $string, null|int|string $verbosity = null) Write a string
void table(array $headers, Arrayable|array $rows,
void __construct() Create a new console command instance.
void fire() Execute the console command.
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int call(string $command, array $arguments = array()) Call another console
OutputInterface getOutput() Get the output implementation.
Page 58 of 100