/** * @author jasonHzq * @description Pontx CLI 入口文件 */ import { createCli, runCli } from "./cli-factory.d.ts"; export { createCli, runCli };