setName('{{ command.name }}') ->setDescription('{{ command.description }}') ->setAliases(['{{ command.alias }}']); } /** * {@inheritdoc} */ protected function execute(InputInterface $input, OutputInterface $output) { $output->writeln('It works!'); } }