openapi2proto icon indicating copy to clipboard operation
openapi2proto copied to clipboard

add-autogenerated-comment causes an error

Open JustinFullerNYT opened this issue 5 years ago • 0 comments

I am using this from the README:

-add-autogenerated-comment to add comment on top of the generated protos that those files are autogenerated and should not be modified. This is disabled by default.

My command:

openapi2proto -add-autogenerated-comment -spec ./service/api.yaml -out ./service/api.proto

Output:

flag provided but not defined: -add-autogenerated-comment

JustinFullerNYT avatar Jan 17 '20 16:01 JustinFullerNYT