setName('addon') ->setDescription('the addon uninstall command'); } protected function execute(Input $input, Output $output) { // 指令输出 $output->writeln('uninstall'); } }