## v0.12.19

This commit is contained in:
28810
2019-12-14 01:37:50 +08:00
parent dfb4662d86
commit 655d19153b
16 changed files with 196 additions and 160 deletions

View File

@ -50,6 +50,7 @@ namespace FreeSql.Generator
new Colorful.Formatter("https://github.com/2881099/FreeSql", Color.DeepSkyBlue),
new Colorful.Formatter("v" + string.Join(".", typeof(ConsoleApp).Assembly.GetName().Version.ToString().Split('.').Where((a, b) => b <= 2)), Color.SlateGray));
ArgsNameOptions = new[] { false, false, false, false };
ArgsOutput = Directory.GetCurrentDirectory();
ArgsFileName = "{name}.cs";
string args0 = args[0].Trim().ToLower();