bazel-contrib / rules_jsonnet

Jsonnet rules for Bazel
https://bazelbuild.github.io/rules_jsonnet/
Apache License 2.0
68 stars 73 forks source link

Document extra_args #186

Closed EdSchouten closed 7 months ago

EdSchouten commented 7 months ago

This option is currently undocumented, even though it is a pretty useful option. It can, for example, be used to let Jsonnet emit plain text instead of JSON.

Fixes: #165