aur_only param added

This commit is contained in:
kewl fft
2018-07-25 21:19:02 +01:00
parent 9772b680dd
commit 3901eb7368
2 changed files with 17 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ makepkg will be used if no helper was found or if it's specified explicitly.
|use |no |auto |auto, aurman, yay, pacaur, trizen, pikaur, makepkg |The helper to use, 'auto' uses the first known helper found and makepkg as a fallback.|
|skip_installed |no |no |yes, no |Skip operations if the package is present.|
|skip_pgp_check |no |no |yes, no |Skip verification of PGP signatures. This is useful when installing packages on a host without GnuPG (properly) configured. Only valid with makepkg.|
|aur_only |no |no |yes, no |Limit operation to the AUR. Compatible with yay, aurman, pacaur and trizen.|
### Note
* Either *name* or *upgrade* is required, both cannot be used together.