bool confirm(string $question, bool $default = false) Confirm a question
void fire() Execute the console command.
string|array argument(string $key = null) Get the value of a command argument
void question(string $string, null|int|string $verbosity = null) Write
string secret(string $question, bool $fallback = true) Prompt the user
void info(string $string) Write a string as information output.
void info(string $string, null|int|string $verbosity = null) Write a string
bool hasOption(string $name) Determine if the given option is present.
Page 12 of 26