From 42ae325b4a8c8957acfaae65b36928163a154dbc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 8 Apr 2021 21:27:20 +0300 Subject: Print environment setup executable target argument in worker's interactive build prompt --- bbot/worker/worker.cli | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bbot/worker/worker.cli') 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 { "", "The environment setup executable path. This option is normally passed @@ -90,6 +90,14 @@ namespace bbot build mode." } + string --env-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" -- cgit v1.1