List of strings; subject to
$(location) and
"Make variable" substitution, and
Bourne shell tokenization;
nonconfigurable;
default is []
Command line arguments that Bazel will pass to the target when it is executed
either by the run
command or as a test. These arguments are
passed before the ones that are specified on the bazel run
or
bazel test
command line.
NOTE: The arguments are not passed when you run the target
outside of Bazel (for example, by manually executing the binary in
bazel-bin/
).