aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html
blob: edfc61bb69e44e232141a3d43447f8ed01576b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<p>
<code>List of strings; optional; subject to
<a href="make-variables.html#location">$(location)</a> and
<a href="make-variables.html">"Make variable"</a> substitution, and
<a href="#sh-tokenization">Bourne shell tokenization</a></code>
</p>

<p>
Command line arguments that bazel will pass to the target. These arguments are
passed before the ones that are specified on the <code>bazel run</code>
command line.
</p>

<p>
Most binary rules permit an <code>args</code> attribute, but where
this attribute is not allowed, this fact is documented under the
specific rule.
</p>