void error(string $string) Write a string as error output.
bool confirm(string $question, bool $default = false) Confirm a question
void __construct() Create a new console command instance.
void info(string $string, null|int|string $verbosity = null) Write a string
int run(InputInterface $input, OutputInterface $output) Run the console
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
OutputInterface getOutput() Get the output implementation.
string anticipate(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
void line(string $string, string $style = null, null|int|string $verbosity = null)
Page 62 of 100