Browse Source

chore: 增加环境

es6
iapyang 2 years ago
parent
commit
40fb3ecf6e
  1. 2
      bin/cli/cli.js

2
bin/cli/cli.js

@ -1,3 +1,5 @@
#!/usr/bin/env node
const workerCmd = require('./worker/cli.worker');
const cmds = new Map([

Loading…
Cancel
Save