void info(string $string, null|int|string $verbosity = null) Write a string
string anticipate(string $question, array $choices, string $default = null)
void table(array $headers, Arrayable|array $rows,
string ask(string $question, string $default = null) Prompt the user for
bool hasOption(string $name) Determine if the given option is present.
string|array argument(string $key = null) Get the value of a command argument
string secret(string $question, bool $fallback = true) Prompt the user
bool confirm(string $question, bool $default = false) Confirm a question
void comment(string $string) Write a string as comment output.
Page 36 of 100