feat: 完成模板从gitee上获取
This commit is contained in:
@@ -13,13 +13,15 @@ class Program
|
||||
//args = ["-h"];
|
||||
|
||||
//版本
|
||||
args = ["-v"];
|
||||
// args = ["-v"];
|
||||
|
||||
//清理
|
||||
// args = ["clear"];
|
||||
|
||||
//创建模块
|
||||
//args = ["new","oooo", "-t","module","-p","D:\\temp","-csf"];
|
||||
//查看模板列表
|
||||
args = ["new","list"];
|
||||
|
||||
//添加模块
|
||||
//args = ["add-module", "kkk"];
|
||||
|
||||
Reference in New Issue
Block a user