guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: shell: Make --help show --system and --list-systems.


From: guix-commits
Subject: 02/06: shell: Make --help show --system and --list-systems.
Date: Sun, 25 Dec 2022 18:59:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 800b3234fb375276dc023d4ffe24a9150115ddbc
Author: Yarl Baudig <yarl-baudig@mailoo.org>
AuthorDate: Mon Dec 5 21:41:01 2022 +0100

    shell: Make --help show --system and --list-systems.
    
    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.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/scripts/shell.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/shell.scm b/guix/scripts/shell.scm
index 2fc1dc942a..64b5c2e8e9 100644
--- a/guix/scripts/shell.scm
+++ b/guix/scripts/shell.scm
@@ -20,7 +20,8 @@
   #:use-module (guix ui)
   #:use-module ((guix diagnostics) #:select (location))
   #:use-module (guix scripts environment)
-  #:autoload   (guix scripts build) (show-build-options-help)
+  #:autoload   (guix scripts build) (show-build-options-help
+                                     show-native-build-options-help)
   #:autoload   (guix transformations) (options->transformation
                                        transformation-option-key?
                                        show-transformation-options-help)
@@ -76,6 +77,8 @@ interactive shell in that environment.\n"))
   (newline)
   (show-build-options-help)
   (newline)
+  (show-native-build-options-help)
+  (newline)
   (show-transformation-options-help)
   (newline)
   (display (G_ "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]