int run(InputInterface $input, OutputInterface $output) Run the console
void __construct() Create a new console command instance.
string askWithCompletion(string $question, array $choices, string $default = null)
string secret(string $question, bool $fallback = true) Prompt the user
string anticipate(string $question, array $choices, string $default = null)
void fire() Execute the console command.
void line(string $string) Write a string as standard output.
void table(array $headers, Arrayable|array $rows,
Page 54 of 100