int|string|array
select(OutputInterface $output, string|array $question, array $choices, bool|string $default = null, bool|int $attempts = false, string $errorMessage = 'Value "%s" is invalid', bool $multiselect = false)
Asks the user to select a value.
Parameters OutputInterface $output An Output instance string|array $question The question to ask array $choices List of choices to pick from bool|string $default The default answer if the user enters nothing bool|int $attempts M