-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
What version of protobuf and what language are you using?
Version: libprotoc 3.8.0, Go
What did you do?
protoc api/service.proto --go_out=plugins=grpc:api
What did you expect to see?
For the output to be in the destination folder api (as specified by the args to --go_out)
What did you see instead?
The output was put inside api/api directory (it created a directory named api inside api. To get the desired results, I need to specify my target directory as .. which is totally counter-intuitive.
I'm aware of the paths flag, and i was looking for a paths=cwd or similar where I can actually specify the output directory based on where I'm running the command from.
Metadata
Metadata
Assignees
Labels
No labels