mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
feat(search): add optional setting that formats each search result on a single line, Part II
This commit is contained in:
committed by
J Guerreiro
parent
1c238dd724
commit
22c165a11f
20
doc/yay.8
20
doc/yay.8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user