setName('file_chunks_pull_cron') ->setDescription('知识库文件切片拉取'); } protected function execute(Input $input, Output $output) { KnowledgeLogic::fileChunksPull(); return true; } }