string anticipate(string $question, array $choices, string $default = null)
void __construct(Listener $listener)
void question(string $string, null|int|string $verbosity = null) Write
void error(string $string) Write a string as error output.
int call(string $command, array $arguments = array()) Call another console
void table(array $headers, Arrayable|array $rows,
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
bool confirm(string $question, bool $default = false) Confirm a question
void fire() Execute the console command.
Page 2 of 26