aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-09-21 18:17:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-09-21 18:17:21 +0300
commit05e04dfc3950624c72bad7fc14000669a9d86e3c (patch)
treed7bf70738f7bca9774007370a464dfa7756f1f1a
parent70e05d5ff638554a9fd7648b1ff8f413e8af0253 (diff)
Document interactive CI breakpoint 'none' value
-rw-r--r--bdep/ci.cli10
1 files changed, 5 insertions, 5 deletions
diff --git a/bdep/ci.cli b/bdep/ci.cli
index 17e5cea..ed1e80d 100644
--- a/bdep/ci.cli
+++ b/bdep/ci.cli
@@ -116,11 +116,11 @@ namespace bdep
"<cf>[/<bp>]",
"Test the package interactively in the specified build configuration,
pausing the execution at the specified breakpoint. Valid breakpoint
- values are \cb{error} (stop after first error), \cb{warning} (stop
- after first warning), as well as the CI service-specific step ids
- in which case the execution stops before performing the specified
- step (see \l{bbot#arch-worker \cb{bbot} worker step ids}). If no
- breakpoint is specified, then \cb{error} is assumed."
+ values are \cb{none} (don't stop), \cb{error} (stop after first error),
+ \cb{warning} (stop after first warning), as well as the CI
+ service-specific step ids in which case the execution stops before
+ performing the specified step (see \l{bbot#arch-worker \cb{bbot} worker
+ step ids}). If no breakpoint is specified, then \cb{error} is assumed."
}
url --server