al_drawio_run_binary
Categories:
al_drawio_run_binary
load("@com_alwaldend_src//bzl/rules/drawio:al_drawio_run_binary.bzl", "al_drawio_run_binary")
al_drawio_run_binary(name, srcs, out, arguments, cmd_timeout)
Run drawio a a build action
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| srcs | Sources | List of labels | optional | [] |
| out | Output | Label; nonconfigurable | required | |
| arguments | Arguments, location statements are expanded | List of strings | required | |
| cmd_timeout | Drawio command timeout | String | optional | "1m" |