setName('{{ command_name }}') ->setDescription('{{ description }}'); } /** * {@inheritdoc} */ protected function execute(InputInterface $input, OutputInterface $output) { $io = new DrupalStyle($input, $output); $io->info('It works!'); } }