I have made a protoc plugin that handles some options, in the format: protoc -I $PROTO --postman_out=name=cool,base=$URL:out $PROTO/services.proto
to get the options "name" and "base" If "base" is a standard url (ie https://google.com) it has a colon in it, which makes protoc think it's the output dir. Is there a way to escape colons in the options?. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
