void comment(string $string, null|int|string $verbosity = null) Write a
string|array option(string $key = null) Get the value of a command option
void fire() Execute the console command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void error(string $string, null|int|string $verbosity = null) Write a string
string secret(string $question, bool $fallback = true) Prompt the user
void warn(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) Write a string as comment output.
Page 7 of 26