mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- FreeSql.Generator 不支持的选项,友好错误提示
This commit is contained in:
		@@ -108,7 +108,7 @@ new Colorful.Formatter("v" + string.Join(".", typeof(ConsoleApp).Assembly.GetNam
 | 
			
		||||
 | 
			
		||||
     -Filter                   Table+View+StoreProcedure
 | 
			
		||||
                               默认生成:表+视图+存储过程
 | 
			
		||||
                               如果不想生成视图和存储过程 -Fitler View+StoreProcedure
 | 
			
		||||
                               如果不想生成视图和存储过程 -Filter View+StoreProcedure
 | 
			
		||||
 | 
			
		||||
     -FileName                 文件名,默认:{name}.cs
 | 
			
		||||
 | 
			
		||||
@@ -183,6 +183,8 @@ new Colorful.Formatter("推荐在实体类目录创建 gen.bat,双击它重新
 | 
			
		||||
                        setArgsOutput(args[a + 1]);
 | 
			
		||||
                        a++;
 | 
			
		||||
                        break;
 | 
			
		||||
                    default:
 | 
			
		||||
                        throw new ArgumentException($"错误的参数设置:{args[a]}");
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user