mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
ui: Recognize 'guix help'.
Suggested by Andy Wingo. * guix/ui.scm (guix-main): Add "help" case.
This commit is contained in:
parent
7c3d72f22d
commit
849eebbb38
1 changed files with 2 additions and 0 deletions
|
@ -868,6 +868,8 @@ (define (option? str) (string-prefix? "-" str))
|
|||
(format (current-error-port)
|
||||
(_ "guix: unrecognized option '~a'~%") o)
|
||||
(show-guix-usage))
|
||||
(("help" args ...)
|
||||
(show-guix-help))
|
||||
((command args ...)
|
||||
(apply run-guix-command
|
||||
(string->symbol command)
|
||||
|
|
Loading…
Reference in a new issue