Closed TomasVotruba closed 5 years ago
class SomeCommand extends Command { protected function execute(InputInterface $input, OutputInterface $output): int { - $output->writeln( - [ - '', - '<comment>Translation Files Updater</comment>', - '<comment>=========================</comment>', - '' - ] - ); + $symfonyStyle->section('Translation Files Updater'); foreach ($this->locales as $locale) { - $output->writeln('<info>update</info>'); + $symfonyStyle->info('update');
Handle in private project