setName('{%commandName%}') ->setDescription('the {%commandName%} command'); } protected function execute(Input $input, Output $output) { // Ö¸ÁîÊä³ö $output->writeln('{%commandName%}'); } }