@bxjs/bxjs-cli
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -0,1 +1,10 @@ | ||
var program = require('commander'); | ||
program | ||
.command('init') | ||
.description('init project for local') | ||
.action(function (options) { | ||
// to do | ||
console.log('init command', __dirname, options); | ||
}); | ||
program.parse(process.argv); //开始解析用户输入的命令 | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@bxjs/bxjs-cli", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "bxjs command line interface (docker remote command wrapper)", | ||
@@ -5,0 +5,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
3741
72