al_git_binary
Categories:
al_git_binary
load("@com_alwaldend_src//bzl/rules/git:al_git_binary.bzl", "al_git_binary")
al_git_binary(name, src, arguments)
Run git binary
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| src | Git info | Label | required | |
| arguments | Git arguments (templated) | List of strings | optional | [] |