setName('{%commandName%}'); // 设置参数 } protected function execute(Input $input, Output $output) { // 指令输出 $output->writeln('{%commandName%}'); } }