setName('test') ->setDescription('测试demo'); } protected function execute(Input $input, Output $output) { echo date('Y-m-d H:i:s') . '完成'; } }