setName('syncGoodsToEs') ->setDescription('同步商品数据到ES'); } protected function execute(Input $input, Output $output) { $output->writeln('syncGoodsToEs'); } }