You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
Hi, first of all, great work on this plugin, been following the issue in various repos. great its finally here!
But. I'm having an issue passing parameters to protoc-gen-prost from protoc:
Hi, sorry for the late response. Same as with your other issue...
How did you install the plugin? If through crates.io, they you're likely not using this one but the one over at https://github.com/neoeinstein/protoc-gen-prost. His is the one published on crates.io, while mine was developed in parallel and did not end up being released anywhere.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, first of all, great work on this plugin, been following the issue in various repos. great its finally here!
But. I'm having an issue passing parameters to
protoc-gen-prost
from protoc:> protoc --prost_out=rpc --prost_opt=include_file test.proto --prost_out: invalid parameter: include_file
Im having the same issue when i try to run it using
buf generate
Without the parameter it works.
(im on a mac, with apple silicon, using
zsh
)The text was updated successfully, but these errors were encountered: