GNU bug report logs - #59839
[PATCH] shell: Make --help show --target and --list-targets

Previous Next

Package: guix-patches;

Reported by: Yarl Baudig <yarl-baudig <at> mailoo.org>

Date: Mon, 5 Dec 2022 17:17:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Yarl Baudig <yarl-baudig <at> mailoo.org>
Subject: bug#59839: closed (Re: bug#59839: [PATCH] shell: Make --help show
 --target and --list-targets)
Date: Sun, 25 Dec 2022 23:32:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59839: [PATCH] shell: Make --help show --target and --list-targets

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59839 <at> debbugs.gnu.org.

-- 
59839: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59839
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Yarl Baudig <yarl-baudig <at> mailoo.org>
Cc: 59839-done <at> debbugs.gnu.org
Subject: Re: bug#59839: [PATCH] shell: Make --help show --target and
 --list-targets
Date: Mon, 26 Dec 2022 00:31:09 +0100
Hi,

Yarl Baudig <yarl-baudig <at> mailoo.org> skribis:

> These options are callable and documented in the manual but not
> shown by --help.
>
> * guix/scripts/shell.scm: Make --help show --system and
> --list-systems.

Applied, thanks!

Nitpick: Make sure to use spaces, not tabs.

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Yarl Baudig <yarl-baudig <at> mailoo.org>
To: guix-patches <at> gnu.org
Cc: Yarl Baudig <yarl-baudig <at> mailoo.org>
Subject: [PATCH] shell: Make --help show --target and --list-targets
Date: Mon,  5 Dec 2022 18:16:22 +0100
These options are callable and documented in the manual but not
shown by --help.

* guix/scripts/shell.scm: Make --help show --target and
--list-targets.
---
 guix/scripts/shell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/scripts/shell.scm b/guix/scripts/shell.scm
index 2fc1dc942a..bca5ddf4eb 100644
--- a/guix/scripts/shell.scm
+++ b/guix/scripts/shell.scm
@@ -76,6 +76,8 @@ (define (show-help)
   (newline)
   (show-build-options-help)
   (newline)
+  (show-native-build-options-help)
+  (newline)
   (show-transformation-options-help)
   (newline)
   (display (G_ "

base-commit: c3713d53e0bdf1186e08880b9e0ae6dd85f55fc4
-- 
2.38.1






This bug report was last modified 2 years and 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.