/** * 自定义命名格式解析器 */ const CliCmdParser = require("./parser") module.exports = { CliCmdParser }