test: 补充测试

This commit is contained in:
橙子
2024-11-05 22:36:22 +08:00
parent a87d6345c2
commit 49f1d1a8fa
2 changed files with 23 additions and 7 deletions

View File

@@ -21,12 +21,18 @@ class Program
//帮助
//args = ["-h"];
//版本
// args = ["-v"];
//清理
// args = ["clear"];
//创建模块
args = ["new","oooo", "-t","module","-p","D:\\temp","-csf"];
//添加模块
args = ["add-module", "kkk"];
//args = ["add-module", "kkk"];
#endif
try
{