From: Simon Tournier <zimon.toutoune@gmail.com>
To: jgart <jgart@dismail.de>, help-guix@gnu.org
Subject: Re: -v, --verbosity=LEVEL use the given verbosity LEVEL
Date: Thu, 12 Oct 2023 15:34:22 +0200 [thread overview]
Message-ID: <86wmvs2cdd.fsf@gmail.com> (raw)
In-Reply-To: <21d2ab385ef16bf3404aed2cdc747fd3@dismail.de>
Hi,
On Sat, 23 Sep 2023 at 18:08, "jgart" <jgart@dismail.de> wrote:
> Where should the user of the Guix command-line interface be expected
> to read about the verbosity LEVEL argument that they can pass to
> `--verbosity` and that is also valid?
Well, for helping me in muscling my memory, I have this patch applied to
some Guix I run.
--8<---------------cut here---------------start------------->8---
diff --git a/guix/scripts/build.scm b/guix/scripts/build.scm
index 72a24f91ac..35cb888c3b 100644
--- a/guix/scripts/build.scm
+++ b/guix/scripts/build.scm
@@ -452,8 +452,10 @@ (define (show-help)
-r, --root=FILE make FILE a symlink to the result, and register it
as a garbage collector root"))
(display (G_ "
- -v, --verbosity=LEVEL use the given verbosity LEVEL"))
- (display (G_ "
+ -v, --verbosity=LEVEL use the given verbosity LEVEL, range 0-3
+ 0 = no output, 1 = quiet, 2 = 1 + download URLs,
+ 3 = all on standard error"))
+ (display (G_ "
-q, --quiet do not show the build log"))
(display (G_ "
--log-file return the log file names for the given derivations"))
--8<---------------cut here---------------end--------------->8---
Cheers,
simon
prev parent reply other threads:[~2023-10-12 14:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-23 18:08 -v, --verbosity=LEVEL use the given verbosity LEVEL jgart
2023-09-26 16:19 ` Maxim Cournoyer
2023-10-11 14:09 ` Simon Tournier
2023-10-11 15:11 ` Maxim Cournoyer
2023-10-11 15:36 ` Simon Tournier
2023-09-26 16:33 ` jgart
2023-09-26 16:42 ` Maxim Cournoyer
2023-09-26 16:56 ` jgart
2023-09-26 20:39 ` jgart
2023-10-01 22:16 ` Maxim Cournoyer
2023-10-02 2:21 ` jgart
2023-10-04 1:02 ` Maxim Cournoyer
2023-10-05 15:03 ` jgart
2023-10-12 13:34 ` Simon Tournier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86wmvs2cdd.fsf@gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=help-guix@gnu.org \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).