aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-08 21:27:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-09 12:31:12 +0300
commit42ae325b4a8c8957acfaae65b36928163a154dbc (patch)
tree904e1b921823377ea25fa4a40b93c8ec60447cb5 /bbot/worker/worker.cli
parent8b46db103c5495f42b37218bdb990e1e32d6a083 (diff)
Print environment setup executable target argument in worker's interactive build prompt
Diffstat (limited to 'bbot/worker/worker.cli')
-rw-r--r--bbot/worker/worker.cli10
1 files changed, 9 insertions, 1 deletions
diff --git a/bbot/worker/worker.cli b/bbot/worker/worker.cli
index e3e37ce..0edefe0 100644
--- a/bbot/worker/worker.cli
+++ b/bbot/worker/worker.cli
@@ -82,7 +82,7 @@ namespace bbot
specified, then the user's home directory is used."
}
- path --environment
+ path --env-script
{
"<path>",
"The environment setup executable path. This option is normally passed
@@ -90,6 +90,14 @@ namespace bbot
build mode."
}
+ string --env-target
+ {
+ "<target>",
+ "The environment setup executable target argument. This option is
+ normally passed by the worker running in the startup mode to the worker
+ executed in the build mode."
+ }
+
// Testing options.
//
string --tftp-host = "196.254.111.222"