setName('SprictTest') ->setDescription('测试输出'); } /** * @notes:执行 * @param Input $input * @param Output $output * @throws DataNotFoundException * @throws DbException * @throws ModelNotFoundException * @author: wanghousheng */ protected function execute(Input $input, Output $output) { echo "666"; } public function test() { echo "hello world"; } }