emonsler

Results 5 comments of emonsler

Hi, I pulled the prebuilt binary as linked above, but I'm unclear on how to invoke it. I tried a variety of invocations, including: C:\..\protoc-gen-doc-1.0.0.windows-amd64.go1.9>protoc-gen-doc.exe --doc-out=. --doc-opt=html,index.html ..\proto_testing\*.proto C:\..\protoc-gen-doc-1.0.0.windows-amd64.go1.9>protoc-gen-doc.exe --doc-out=....

Nope. I verified that I can create a file in that directory from the same cmd.exe shell from which I was executing the protoc-gen-doc.exe.

I think I found my mistake: I had thought that the protoc-gen-doc.exe was standalone. But I bet that it is the plugin only, correct? My Linux commandline, where the plug-in...

Could I recommend that the README.md section on using a custom build be changed from: "With a Custom Build" to "Using the precompiled Release binaries, or with a Custom Build"...

Hi, @atah1991 , did you find any workaround for this? My use case has modifying helper.py as problematic. I was getting the same warning for classes deriving from enum.Enum. I...