Add these arguments to the target when executed by
bazel run
.
(List of strings; optional; subject to
$(location) and
"Make variable" substitution, and
Bourne shell tokenization)
These arguments are passed to the target before the target options
specified on the bazel run
command line.
Most binary rules permit an args
attribute, but where
this attribute is not allowed, this fact is documented under the
specific rule.