string secret(string $question, bool $fallback = true) Prompt the user
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
RefreshCommand class RefreshCommand extends
string askWithCompletion(string $question, array $choices, string $default = null)
void comment(string $string, null|int|string $verbosity = null) Write a
bool|null fire() Execute the console command.
void question(string $string, null|int|string $verbosity = null) Write
void table(array $headers, Arrayable|array $rows,
Page 30 of 31