string anticipate(string $question, array $choices, string $default = null)
string secret(string $question, bool $fallback = true) Prompt the user
bool hasOption(string $name) Determine if the given option is present.
bool confirm(string $question, bool $default = false) Confirm a question
string|array option(string $key = null) Get the value of a command option
void table(array $headers, Arrayable|array $rows,
BaseCommand class BaseCommand extends Command
array arguments() Get all of the arguments passed to the command.
Page 6 of 23