|
@@ -78,13 +78,16 @@ complete -c $progname -n "not $noopt" -l pacman -d 'Pacman command to use' -f
|
|
|
complete -c $progname -n "not $noopt" -l tar -d 'Tar command to use' -f
|
|
|
complete -c $progname -n "not $noopt" -l git -d 'Git command to use' -f
|
|
|
complete -c $progname -n "not $noopt" -l gpg -d 'Gpg command to use' -f
|
|
|
-complete -c $progname -n "not $noopt" -l config -d 'config command to use' -f
|
|
|
complete -c $progname -n "not $noopt" -l requestsplitn -d 'Max amount of packages to query per AUR request' -f
|
|
|
complete -c $progname -n "not $noopt" -l sudoloop -d 'Loop sudo calls in the backgroud to avoid timeout' -f
|
|
|
complete -c $progname -n "not $noopt" -l nosudoloop -d 'Do not loop sudo calls in the background' -f
|
|
|
complete -c $progname -n "not $noopt" -l redownload -d 'Redownload PKGBUILD of package even if up-to-date' -f
|
|
|
complete -c $progname -n "not $noopt" -l noredownload -d 'Do not redownload up-to-date PKGBUILDs' -f
|
|
|
complete -c $progname -n "not $noopt" -l redownloadall -d 'Redownload PKGBUILD of package and deps even if up-to-date' -f
|
|
|
+complete -c $progname -n "not $noopt" -l rebuild -d 'Always build target packages' -f
|
|
|
+complete -c $progname -n "not $noopt" -l rebuildall -d 'Always build all AUR packages' -f
|
|
|
+complete -c $progname -n "not $noopt" -l rebuildtree -d 'Always build all AUR packages even if installed' -f
|
|
|
+complete -c $progname -n "not $noopt" -l norebuild -d 'Skip package build if in cache and up to date' -f
|
|
|
|
|
|
# Yay options
|
|
|
complete -c $progname -n $yayspecific -s c -l clean -d 'Remove unneeded dependencies' -f
|