This rule exercises some of the build API.
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| deps | A list of dependencies. | List of labels | optional | [] |
| src | The source file. | Label | optional | None |
| out | The output file. | Label | required | |
| extra_arguments | - | List of strings | optional | [] |
| tool | The location of the tool to use. | Label | optional | "@stardoc//foo/bar/baz:target" |
FIELDS
| Name | Description |
|---|---|
| foo | Something foo-related. |
| bar | Something bar-related. |
PARAMETERS
| Name | Description | Default Value |
|---|---|---|
| ctx | - | none |