uber / prototool

Your Swiss Army Knife for Protocol Buffers
MIT License
5.05k stars 345 forks source link

How to specify a protoc command line argument in prototool.yaml? #584

Open sogartar opened 2 years ago

sogartar commented 2 years ago

I have a simple prototool.yaml

---
protoc:
    version: 3.13.0
lint:
    group: uber1

How can I add a command line option that is passed to protoc?