string anticipate(string $question, array $choices, string $default = null)
bool confirm(string $question, bool $default = false) Confirm a question
bool hasArgument(string|int $name) Determine if the given argument is present
void comment(string $string) Write a string as comment output.
void line(string $string) Write a string as standard output.
OutputInterface getOutput() Get the output implementation.
string secret(string $question, bool $fallback = true) Prompt the user
void error(string $string) Write a string as error output.
Page 4 of 26