forked from loafle/openapi-generator-original
		
	Update configuration.md (#16683)
added additional example for --additional-properties command with comma (,) seperator
This commit is contained in:
		
							parent
							
								
									04fa53b692
								
							
						
					
					
						commit
						3c4561ece2
					
				@ -78,7 +78,7 @@ Suppose you want to apply snake case naming to mysql schema outputs. Your config
 | 
			
		||||
**CLI**
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
openapi-generator -g mysql-schema -o out -i spec.yaml --additional-properties=identifierNamingConvention=snake_case
 | 
			
		||||
openapi-generator -g mysql-schema -o out -i spec.yaml --additional-properties=identifierNamingConvention=snake_case,useSingleRequestParameter=true,withInterfaces=true
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
It may seem like a typo but there are two `=` signs in the above example.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user