Add missing diff completions for zsh

This commit is contained in:
patatahooligan 2020-01-28 01:27:36 +02:00 committed by Jguer
parent c6a17d02f4
commit 558c17f67c
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -58,9 +58,11 @@ _pacman_opts_common=(
'--sortby[Sort AUR results by a specific field during search]:sortby options:(votes popularity id baseid name base submitted modified)'
'--answerclean[Set a predetermined answer for the clean build menu]:answer'
'--answerdiff[Set a predetermined answer for the diff menu]:answer'
'--answeredit[Set a predetermined answer for the edit pkgbuild menu]:answer'
'--answerupgrade[Set a predetermined answer for the upgrade menu]:answer'
'--noanswerclean[Unset the answer for the clean build menu]'
'--noanswerdiff[Unset the answer for the diff menu]'
'--noansweredit[Unset the answer for the edit pkgbuild menu]'
'--noanswerupgrade[Unset the answer for the upgrade menu]'
'--cleanmenu[Give the option to clean build PKGBUILDS]'