From 05e04dfc3950624c72bad7fc14000669a9d86e3c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 21 Sep 2022 18:17:21 +0300 Subject: Document interactive CI breakpoint 'none' value --- bdep/ci.cli | 10 +++++----- 1 file 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 "[/]", "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 -- cgit v1.1