aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/agent.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/agent.cli')
-rw-r--r--bbot/agent/agent.cli18
1 files changed, 18 insertions, 0 deletions
diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli
index 5d6cc9d..b50a43a 100644
--- a/bbot/agent/agent.cli
+++ b/bbot/agent/agent.cli
@@ -1,6 +1,8 @@
// file : bbot/agent.cli
// license : TBC; see accompanying LICENSE file
+include <libbbot/manifest.hxx>;
+
include <bbot/common.cli>;
"\section=1"
@@ -78,6 +80,15 @@ namespace bbot
testing)."
}
+ interactive_mode --interactive = interactive_mode::false_
+ {
+ "<mode>",
+ "Interactive build support. Valid values for this option are \cb{false}
+ (only non-interactive), \cb{true} (only interactive), and \cb{both}.
+ If this option is not specified, then only non-interactive builds
+ are supported."
+ }
+
// We reserve 0 in case in the future we want to distinguish a single-
// instance mode or some such.
//
@@ -182,6 +193,13 @@ namespace bbot
default."
}
+ size_t --intactive-timeout = 10800
+ {
+ "<sec>",
+ "Maximum number of seconds to wait for interactive build completion,
+ 10800 (3 hours) by default."
+ }
+
size_t --connect-timeout = 60
{
"<sec>",