aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorFinn Behrens <me@kloenk.dev>2024-06-01 16:06:26 +0200
committerFinn Behrens <me@kloenk.dev>2024-06-22 14:20:27 +0200
commitda4e46dd1fc04067b5ba4bc16dd68134fa7efad2 (patch)
treede928e67208328cac91b1afb8ce368918f0b8266 /doc/manual/src
parent21865ccce0a5bf6edcb98a09b57b3f076ee9ba9f (diff)
libmain: add progress bar with multiple status lines
Add the log-formats `multiline` and `multiline-with-logs` which offer multiple current active building status lines. Change-Id: Idd8afe62f8591b5d8b70e258c5cefa09be4cab03
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/command-ref/opt-common.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual/src/command-ref/opt-common.md b/doc/manual/src/command-ref/opt-common.md
index cd289b7ea..7740da953 100644
--- a/doc/manual/src/command-ref/opt-common.md
+++ b/doc/manual/src/command-ref/opt-common.md
@@ -78,6 +78,16 @@ Most commands in Lix accept the following command-line options:
Display the raw logs, with the progress bar at the bottom.
+ - `multiline`
+
+ Display a progress bar during the builds and in the lines below that one line per activity.
+
+
+ - `multiline-with-logs`
+
+ Displayes the raw logs, with a progress bar and activities each in a new line at the bottom.
+
+
- <span id="opt-no-build-output">[`--no-build-output`](#opt-no-build-output)</span> / `-Q`
By default, output written by builders to standard output and standard error is echoed to the Lix command's standard error.