Skip to content

Commit 71871dd

Browse files
authored
docs(readme): document -schemaHash option (#34)
The -schemaHash opt-out (default-on) was missing from the options table. In the OpenAPI generator it gates whether the schema hash appears in the generated spec's header comment.
1 parent bc83eca commit 71871dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Change any of the following default values by passing `-option="Value"` CLI flag
3434
| `-servers` | `""` | `http://localhost:8080;description,http://localhost:8081;description` |
3535
| `-securityAnnotation` | `""` | `@auth` |
3636
| `-securitySchemes` | `""` | `{"ApiKeyAuth":{"type":"apiKey", "in":"header", "description":"Access key for authenticating requests", "name":"X-Access-Key"}}` |
37+
| `-schemaHash` | `true` | `false` (omit the schema hash from the header comment) |
3738

3839

3940
Example:

0 commit comments

Comments
 (0)