string secret(string $question, bool $fallback = true) Prompt the user
void question(string $string, null|int|string $verbosity = null) Write
void warn(string $string, null|int|string $verbosity = null) Write a string
void table(array $headers, Arrayable|array $rows,
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string ask(string $question, string $default = null) Prompt the user for
void comment(string $string, null|int|string $verbosity = null) Write a
int callSilent(string $command, array $arguments = array()) Call another
bool hasOption(string $name) Determine if the given option is present.
string|array argument(string $key = null) Get the value of a command argument
Page 2 of 3