string anticipate(string $question, array $choices, string $default = null)
bool hasOption(string $name) Determine if the given option is present.
void question(string $string, null|int|string $verbosity = null) Write
void line(string $string, string $style = null, null|int|string $verbosity = null)
void error(string $string, null|int|string $verbosity = null) Write a string
void setLaravel(Container $laravel)
bool confirm(string $question, bool $default = false) Confirm a question
OutputInterface getOutput() Get the output implementation.
Page 21 of 31