bool confirm(string $question, bool $default = false) Confirm a question
string anticipate(string $question, array $choices, string $default = null)
RoutesCommand class RoutesCommand extends
void comment(string $string) Write a string as comment output.
int call(string $command, array $arguments = array()) Call another console
void table(array $headers, Arrayable|array $rows,
bool hasOption(string $name) Determine if the given option is present.
void question(string $string) Write a string as question output.
int run(InputInterface $input, OutputInterface $output) Run the console
Page 32 of 100