Skip to content

Commit

Permalink
Update configuration.md (OpenAPITools#16683)
Browse files Browse the repository at this point in the history
added additional example for --additional-properties command with comma (,) seperator
  • Loading branch information
samsonkumawong authored and AlanCitrix committed Oct 26, 2023
1 parent 5dc9d7e commit 11def4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 11def4e

Please sign in to comment.