You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protobuild currently calculates the options to be passed into the generator. You'd have to come up with a way to specify extra options for each instantiation of the generator. Right now, generator is just a string field.
How would this interact with what is already present?
We cannot add option to the choosen generator.
For example with protoc-gen-gotemplate
you can add
debug
ortemplate_dir
option to the generator like :--gotemplate_out=template_dir=.,debug=true:.
It could be cool to have an option in the
Protobuild.toml
to be able to add them something like :What do you think ?
The text was updated successfully, but these errors were encountered: