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'.
			
			
This commit is contained in:
		
							parent
							
								
									b06ecc5751
								
							
						
					
					
						commit
						d2c663711e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -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 a new issue