mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix package, show: Support multiple queries.
* guix/scripts/package.scm (process-query): Show multiple queries. * guix/scripts/show.scm (guix-show): Reverse to display in order. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
bdc801e1cf
commit
baf1ce82b1
2 changed files with 22 additions and 13 deletions
|
@ -73,4 +73,4 @@ This is an alias for 'guix package --show='.\n"))
|
|||
(unless (assoc-ref opts 'query)
|
||||
(leave (G_ "missing arguments: no package to show~%")))
|
||||
|
||||
(guix-package* opts))
|
||||
(guix-package* (reverse opts)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue