feat(search): add optional setting that formats each search result on a single line, Part II

This commit is contained in:
Matt Alexander
2021-11-01 10:41:07 -05:00
committed by J Guerreiro
parent 1c238dd724
commit 22c165a11f
14 changed files with 450 additions and 59 deletions

View File

@@ -335,6 +335,16 @@ Display repository packages first and then AUR packages.
.B \-\-bottomup
Show AUR packages first and then repository packages.
.TP
.B \-\-singlelineresults
Override pacman's usual double-line search result format and list each result
on its own line.
.TP
.B \-\-doublelineresults
Follow pacman's double-line search result format and list each result using
two lines.
.TP
.B \-\-devel
During sysupgrade also check AUR development packages for updates. Currently
@@ -449,16 +459,6 @@ another package, install all the packages in the install queue.
.B \-\-nobatchinstall
Always install AUR packages immediately after building them.
.TP
.B \-\-singlelineresults
Override pacman's usual double-line search result format and list each result
on its own line.
.TP
.B \-\-doublelineresults
Follow pacman's double-line search result format and list each result using
two lines.
.TP
.B \-\-rebuild
Always build target packages even when a copy is available in cache.