feat:搭建yi-abp tool框架
This commit is contained in:
@@ -15,6 +15,7 @@ class Program
|
||||
//args = ["-h"];
|
||||
//args = [];
|
||||
//args = ["12312"];
|
||||
args = ["new", "Acme.Book","-t", "module", "-csf"];
|
||||
#endif
|
||||
try
|
||||
{
|
||||
@@ -34,6 +35,7 @@ class Program
|
||||
Console.WriteLine(ex.Message);
|
||||
Console.WriteLine(ex.StackTrace);
|
||||
}
|
||||
Console.ReadKey();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user