From a71784684c4ab974d470211414f36476e551f421 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Mon, 4 Jun 2018 19:16:43 +0100 Subject: [PATCH] Add new options to usage --- cmd.go | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cmd.go b/cmd.go index ad6dd4da..1fe1cdcf 100644 --- a/cmd.go +++ b/cmd.go @@ -35,6 +35,9 @@ New operations: yay {-P --print} [options] yay {-G --getpkgbuild} [package(s)] +New options: + --repo Assume targets are from the repositories + -a --aur Assume targets are from the AUR Permanent configuration options: --save Causes the following options to be saved back to the config file when used @@ -53,7 +56,7 @@ Permanent configuration options: --config pacman.conf file to use --requestsplitn Max amount of packages to query per AUR request - --sortby Sort AUR results by a specific field during search + --sortby Sort AUR results by a specific field during search --answerclean Set a predetermined answer for the clean build menu --answeredit Set a predetermined answer for the edit pkgbuild menu --answerupgrade Set a predetermined answer for the upgrade menu @@ -70,6 +73,8 @@ Permanent configuration options: --nodevel Do not check development packages --gitclone Use git clone for PKGBUILD retrieval --nogitclone Never use git clone for PKGBUILD retrieval + --showdiffs Show diffs for build files + --noshowdiffs Always show the entire PKGBUILD --rebuild Always build target packages --rebuildall Always build all AUR packages --norebuild Skip package build if in cache and up to date @@ -77,6 +82,10 @@ Permanent configuration options: --redownload Always download pkgbuilds of targets --noredownload Skip pkgbuild download if in cache and up to date --redownloadall Always download pkgbuilds of all AUR packages + --provides Look for matching provders when searching for packages + --noprovides Just look for packages by pkgname + --pgpfetch Prompt to import PGP keys from PKGBUILDs + --nopgpfetch Don't prompt to import PGP keys --sudoloop Loop sudo calls in the background to avoid timeout --nosudoloop Do not loop sudo calls in the background