void table(array $headers, Arrayable|array $rows,
bool confirm(string $question, bool $default = false) Confirm a question
void error(string $string) Write a string as error output.
string askWithCompletion(string $question, array $choices, string $default = null)
string|array argument(string $key = null) Get the value of a command argument
array arguments() Get all of the arguments passed to the command.
string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
Page 77 of 100