bool confirm(string $question, bool $default = false) Confirm a question
void question(string $string) Write a string as question output.
string|array option(string $key = null) Get the value of a command option
int call(string $command, array $arguments = array()) Call another console
string askWithCompletion(string $question, array $choices, string $default = null)
string secret(string $question, bool $fallback = true) Prompt the user
OutputInterface getOutput() Get the output implementation.
void table(array $headers, Arrayable|array $rows,
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 82 of 100