Skip to content

Commit

Permalink
Merge pull request #94 from lgwebdream/menndy
Browse files Browse the repository at this point in the history
fix: fix command error
  • Loading branch information
XQY279 authored Aug 26, 2021
2 parents 51f7262 + 3261828 commit e93e08d
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 164 deletions.
3 changes: 1 addition & 2 deletions bin/fe
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ const loadConfig = require('../lib/loadConfig');
const versionStr = figlet.textSync('Fe Code');

program.version(
Printer.default.fromString(
Printer.fromString(
` \n 前端代码生成器${version}\n www.yidengfe.com \n${versionStr}`,
),
);
// .option('-c, --config <path>', '配置路径', './fecoderc.json');

// 接口生成代码部分
api2code(program);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@darkobits/lolcatjs": "^3.1.3",
"@darkobits/lolcatjs": "^3.1.5",
"ajv": "^8.6.2",
"antd": "^4.16.7",
"axios": "^0.21.1",
Expand Down Expand Up @@ -68,4 +68,4 @@
"prettier": "^2.3.2",
"typescript": "^4.3.5"
}
}
}
Loading

0 comments on commit e93e08d

Please sign in to comment.