string|array option(string $key = null) Get the value of a command option
void setLaravel(Container $laravel)
void error(string $string, null|int|string $verbosity = null) Write a string
array options() Get all of the options passed to the command.
void comment(string $string, null|int|string $verbosity = null) Write a
string|array argument(string $key = null) Get the value of a command argument
void table(array $headers, Arrayable|array $rows,
void warn(string $string, null|int|string $verbosity = null) Write a string
OutputInterface getOutput() Get the output implementation.
Page 1 of 23