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
| <aid="expand_template-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
25
+
| <aid="expand_template-data"></a>data | List of targets for additional lookup information. | <ahref="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional |[]|
26
+
| <aid="expand_template-is_executable"></a>is_executable | Whether to mark the output file as executable. | Boolean | optional | False |
27
+
| <aid="expand_template-out"></a>out | Where to write the expanded file. | <ahref="https://bazel.build/docs/build-ref.html#labels">Label</a> | required ||
28
+
| <aid="expand_template-substitutions"></a>substitutions | Mapping of strings to substitutions. | <ahref="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | required ||
29
+
| <aid="expand_template-template"></a>template | The template file to expand. | <ahref="https://bazel.build/docs/build-ref.html#labels">Label</a> | required ||
0 commit comments