From 51ad78cb69c35bb501f9f3ca0c408c6ecf7e57f3 Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Mon, 26 Mar 2018 15:24:32 -0400 Subject: [PATCH] Update fish completion regarding GPG options Added completion for --gpg and --gpgflags. This was forgotten in #256. --- completions/fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/completions/fish b/completions/fish index 340d9bc3..b31f9f64 100644 --- a/completions/fish +++ b/completions/fish @@ -70,12 +70,14 @@ complete -c $progname -n "not $noopt" -l notimeupdate -d 'Check only package ver complete -c $progname -n "not $noopt" -l save -d 'Save current arguments to yay permanent configuration' -f complete -c $progname -n "not $noopt" -l mflags -d 'Pass the following options to makepkg' -f +complete -c $progname -n "not $noopt" -l gpgflags -d 'Pass the following options to gpg' -f complete -c $progname -n "not $noopt" -l buildir -d 'Specify the build directory' -f complete -c $progname -n "not $noopt" -l editor -d 'Editor to use' -f complete -c $progname -n "not $noopt" -l makepkg -d 'Makepkg command to use' -f 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