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
parent
b06ecc5751
commit
d2c663711e
|
@ -189,4 +189,5 @@ description matches REGEXPS sorted by relevance, and their score."
|
||||||
(leave-on-EPIPE
|
(leave-on-EPIPE
|
||||||
(display-search-results matches (current-output-port)
|
(display-search-results matches (current-output-port)
|
||||||
#:print service-type->recutils
|
#:print service-type->recutils
|
||||||
|
#:regexps regexps
|
||||||
#:command "guix system search")))))
|
#:command "guix system search")))))
|
||||||
|
|
Reference in New Issue