We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013b98e commit 8b3a5c0Copy full SHA for 8b3a5c0
README.md
@@ -1,4 +1,4 @@
1
-## u-admin-cli
+## dev-mock-cli
2
3
### 二、启动一个Mock-API服务
4
bin/index.js
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
import yargs from 'yargs/yargs';
import { hideBin } from 'yargs/helpers';
5
import { commandOptions } from './config.js';
0 commit comments