Commit fab0afc1 authored by wildfirecode's avatar wildfirecode

1

parent 72ac1f60
......@@ -12,8 +12,8 @@ var argv = require('yargs')
// describe: '输入路径',
// type: 'string'
// })
.usage('Usage: dbuild -proj kickball-egret')
.example('dbuild')
.usage('Usage: duibabuild -proj kickball-egret')
.example('duibabuild')
.help('h')
.alias('h', 'help')
.argv;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "dbuild",
"name": "duibabuild",
"bin": {
"dbuild": "dbuild.js"
"duibabuild": "duibabuild.js"
},
"dependencies": {
"yargs": "^12.0.1",
......@@ -12,5 +12,6 @@
"webpack-dev-server": "^3.1.0",
"webpack-merge": "^4.1.2",
"mock-webpack-plugin": "^2.0.0"
}
},
"version": "0.0.3"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment