Skip to content

Commit 979de41

Browse files
Add filename to readme options
1 parent 44fe282 commit 979de41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ go install github.com/technicallyjosh/protoc-gen-openapi@latest
4040
| `json_names` | Use the JSON names that Protobuf provides. Otherwise, proto field names are used. | false |
4141
| `json_out` | Create a JSON file instead of the default YAML. | false |
4242
| `host` | The host to be used for all operations.<sup>1</sup> | |
43+
| `filename` | Specify the filename to output. | openapi.yaml |
4344

4445
<sup>1</sup> _Can be overridden on a file, service, or method._
4546

0 commit comments

Comments
 (0)