Commit fead50c7 authored by rockyl's avatar rockyl

修复组件依赖关系

增加文件夹遍历执行
parent e42a2169
......@@ -9,7 +9,7 @@ const {execute} = require("./cli-wrapper");
const program = require('commander');
program
.version('1.0.1')
.version('1.0.2')
.description('scilla serverside cli')
.option('-i, --input [string]', 'input file')
.option('-p, --projectPath [string]', 'path of project')
......
{
"name": "scilla-serverside-cli",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"bin": "bin/cli.js",
"license": "MIT",
......
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