bool confirm(string $question, bool $default = false) Confirm a question
void question(string $string, null|int|string $verbosity = null) Write
array arguments() Get all of the arguments passed to the command.
void comment(string $string) Write a string as comment output.
void info(string $string) Write a string as information output.
string secret(string $question, bool $fallback = true) Prompt the user
array options() Get all of the options passed to the command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 6 of 23