|
From: | Ludovic Courtès |
Subject: | [bug#45893] [PATCH 0/2] DRAFT: Hint for options. |
Date: | Tue, 19 Jan 2021 18:20:00 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi! zimoun <zimon.toutoune@gmail.com> skribis: > * guix/scripts/search.scm (define-command): Replace 'args-fold*' by > 'parse-command-line'. > * guix/scripts/show.scm (define-command): Replace 'args-fold*' by > 'parse-command-line'. [...] > - (args-fold* args %options > - (lambda (opt name arg . rest) > - (leave (G_ "~A: unrecognized option~%") name)) > - handle-argument > - '())) > + (parse-command-line args %options '())) In these two cases, you need to pass #:build-options? #f.
[Prev in Thread] | Current Thread | [Next in Thread] |