string askWithCompletion(string $question, array $choices, string $default = null)
bool confirm(string $question, bool $default = false) Confirm a question
array arguments() Get all of the arguments passed to the command.
string secret(string $question, bool $fallback = true) Prompt the user
void table(array $headers, Arrayable|array $rows,
string anticipate(string $question, array $choices, string $default = null)
string|array option(string $key = null) Get the value of a command option
Page 89 of 100