mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Document --[no]useask and --[no]combinedupgrade
This commit is contained in:
parent
38b4e2bec7
commit
a91dc9e557
2 changed files with 38 additions and 1 deletions
4
cmd.go
4
cmd.go
|
@ -94,6 +94,10 @@ Permanent configuration options:
|
||||||
--noprovides Just look for packages by pkgname
|
--noprovides Just look for packages by pkgname
|
||||||
--pgpfetch Prompt to import PGP keys from PKGBUILDs
|
--pgpfetch Prompt to import PGP keys from PKGBUILDs
|
||||||
--nopgpfetch Don't prompt to import PGP keys
|
--nopgpfetch Don't prompt to import PGP keys
|
||||||
|
--useask Automatically resolce conflicts using pacman's ask flag
|
||||||
|
--nouseask Confirm conflicts manually during the install
|
||||||
|
--combinedUpgrade Refresh then perform the repo and AUR upgrade together
|
||||||
|
--nocombinedUpgrade Perform the repo upgrade and AUR upgrade separately
|
||||||
|
|
||||||
--sudoloop Loop sudo calls in the background to avoid timeout
|
--sudoloop Loop sudo calls in the background to avoid timeout
|
||||||
--nosudoloop Do not loop sudo calls in the background
|
--nosudoloop Do not loop sudo calls in the background
|
||||||
|
|
35
doc/yay.8
35
doc/yay.8
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" t
|
||||||
.TH "YAY" "8" "2018\-06\-04" "Yay v7\&.885+" "Yay Manual"
|
.TH "YAY" "8" "2018\-07\-01" "Yay v7\&.887+" "Yay Manual"
|
||||||
.nh
|
.nh
|
||||||
.ad l
|
.ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
|
@ -437,6 +437,39 @@ failiure unless using options such as \fB\-\-skippgpcheck\fR or a customized
|
||||||
gpg config\%.
|
gpg config\%.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fB\-\-useask\fR
|
||||||
|
.RS 4
|
||||||
|
Use pacman's --ask flag to automatically confirm package conflicts\&. Yay lists
|
||||||
|
conflicts ahead of time\&. It is possible thay Yay does not detect
|
||||||
|
a conflict\&. Causing a package to be removed without the user's confimation\&.
|
||||||
|
Although this is very unlikley\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fB\-\-nouseask\fR
|
||||||
|
.RS 4
|
||||||
|
Manually resolve package conflicts during the install. Packages which do not
|
||||||
|
conflict will not need to be confimed manually\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fB\-\-combinedupgrade\fR
|
||||||
|
.RS 4
|
||||||
|
During sysupgrade, Yay will first perform a refresh, then show
|
||||||
|
its combined menu of repo and AUR packages that will be upgraded\&. Then after
|
||||||
|
reviewing the pkgbuilds, the repo and AUR upgrade will start with no need
|
||||||
|
for manual intervention\&.
|
||||||
|
|
||||||
|
If Yay exits for any reason After the refresh without upgrading\&. It is then
|
||||||
|
the user's responsibility to either resolve the reason Yay exited or run
|
||||||
|
a sysupgrade through pacman directly\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fB\-\-nocombinedupgrade\fR
|
||||||
|
.RS 4
|
||||||
|
During sysupgrade, Pacman \-Syu will be called, then the AUR upgrade will
|
||||||
|
start\&. This means the upgrade menu and pkgbuild review will be performed
|
||||||
|
after the sysupgrade has finished\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fB\-\-rebuild\fR
|
\fB\-\-rebuild\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Always build target packages even when a copy is available in cache\&.
|
Always build target packages even when a copy is available in cache\&.
|
||||||
|
|
Loading…
Reference in a new issue