string anticipate(string $question, array $choices, string $default = null)
void warn(string $string, null|int|string $verbosity = null) Write a string
array options() Get all of the options passed to the command.
void line(string $string) Write a string as standard output.
void warn(string $string) Write a string as warning output.
bool confirm(string $question, bool $default = false) Confirm a question
void info(string $string, null|int|string $verbosity = null) Write a string
int run(InputInterface $input, OutputInterface $output) Run the console
void fire() Execute the console command.
Page 81 of 100