me
/
guix
Archived
1
0
Fork 0

guix system: Highlight search results.

This is a followup to 5e0c347975.

* guix/scripts/system/search.scm (guix-system-search): Pass #:regexps
parameter to 'display-search-results'.
master
Ludovic Courtès 2022-04-29 22:57:30 +02:00
parent b06ecc5751
commit d2c663711e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -189,4 +189,5 @@ description matches REGEXPS sorted by relevance, and their score."
(leave-on-EPIPE
(display-search-results matches (current-output-port)
#:print service-type->recutils
#:regexps regexps
#:command "guix system search")))))