string secret(string $question, bool $fallback = true) Prompt the user
string anticipate(string $question, array $choices, string $default = null)
void table(array $headers, Arrayable|array $rows,
bool confirm(string $question, bool $default = false) Confirm a question
BaseCommand class BaseCommand extends Command
void fire() Execute the console command.
void question(string $string, null|int|string $verbosity = null) Write
void comment(string $string, null|int|string $verbosity = null) Write a
int run(InputInterface $input, OutputInterface $output) Run the console
Page 6 of 23