aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/run.txt
blob: a9e2276d6eff7cde0f4ba1588a06a8742bfcb953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

Usage: %{product} %{command} <options> -- <binary target> <flags to binary>

Build the specified target and run it with the given arguments.

'run' accepts any 'build' options, and will inherit any defaults
provided by .%{product}rc.

If your script needs stdin or execution not constrained by the %{product} lock,
use '%{product} run --script_path' to write a script and then execute it.

%{options}