You should not. We've all done it .... mix hyphens and underscores .... it's confusing.
On Sunday, June 25, 2023 at 8:50:18 PM UTC-7 Jeff Kayser wrote: > Hi, Daz. > > Doh! Now I feel really stupid. Thanks for letting me know. > > Jeff Kayser > > > > > On Sun, Jun 25, 2023 at 7:25 PM Daz Wilkin <[email protected]> wrote: > >> It's `--go-grpc_opt` (no `s`) >> >> On Wednesday, June 21, 2023 at 4:32:19 PM UTC-7 Jeff Kayser wrote: >> >>> [jeffkayser@localhost ch12]$ protoc --go-grpc_out=. >>> --go-grpc_opts=source_relative housework/v1/housework.proto >>> Unknown flag: --go-grpc_opts >>> [jeffkayser@localhost ch12]$ pwd >>> /home/jeffkayser/projects/jkayser/network/ch12 >>> [jeffkayser@localhost ch12]$ >>> >>> Fedora 38: >>> >>> [jeffkayser@localhost ch12]$ uname -a >>> Linux localhost.localdomain 6.3.8-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC >>> Thu Jun 15 02:15:40 UTC 2023 x86_64 GNU/Linux >>> [jeffkayser@localhost ch12]$ >>> >>> Go 1.20.5 >>> >>> [jeffkayser@localhost ch12]$ go version >>> go version go1.20.5 linux/amd64 >>> [jeffkayser@localhost ch12]$ >>> >>> Protocol buffers: >>> >>> [jeffkayser@localhost ch12]$ which protoc >>> /usr/bin/protoc >>> [jeffkayser@localhost ch12]$ which protoc-gen-go >>> /usr/bin/protoc-gen-go >>> [jeffkayser@localhost ch12]$ which protoc-gen-go-grpc >>> /usr/bin/protoc-gen-go-grpc >>> [jeffkayser@localhost ch12]$ /usr/bin/protoc --version >>> libprotoc 3.19.6 >>> [jeffkayser@localhost ch12]$ /usr/bin/protoc-gen-go --version >>> protoc-gen-go v1.28.1 >>> [jeffkayser@localhost ch12]$ /usr/bin/protoc-gen-go-grpc --version >>> protoc-gen-go-grpc 1.2.0 >>> [jeffkayser@localhost ch12]$ >>> >>> Any help would be appreciated. >>> >>> Jeff Kayser >>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Protocol Buffers" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/protobuf/nvkLDlr9_lo/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/protobuf/4168088d-b29b-499c-8ced-a8b4bda8c60fn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/protobuf/4168088d-b29b-499c-8ced-a8b4bda8c60fn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/b795e10b-b108-4022-a8a8-10f73e40eaf7n%40googlegroups.com.
