### Proposed new feature or change Confirmation should accept an empty value as "yes." Could be done by using `\Symfony\Component\Console\Style\SymfonyStyle`: ```php $io = new SymfonyStyle($input, $output); if ($this->io->confirm($question)) { ```
Proposed new feature or change
Confirmation should accept an empty value as "yes."
Could be done by using
\Symfony\Component\Console\Style\SymfonyStyle: