Merge pull request #725 from Jguer/fish

Fix fish completions
This commit is contained in:
J Guerreiro 2018-09-24 00:18:04 +01:00 committed by GitHub
commit 2826e7d79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,10 +135,9 @@ complete -c $progname -n $yayspecific -s c -l clean -d 'Remove unneeded dependen
complete -c $progname -n $yayspecific -l gendb -d 'Generate development package DB' -f
# Show options
complete -c $progname -n $show -s d -l defaultconfig -d 'Print current yay configuration' -f
complete -c $progname -n $show -s n -l numberupgrades -d 'Print number of updates' -f
complete -c $progname -n $show -s d -l defaultconfig -d 'Print default yay configuration' -f
complete -c $progname -n $show -s g -l currentconfig -d 'Print current yay configuration' -f
complete -c $progname -n $show -s s -l stats -d 'Display system package statistics' -f
complete -c $progname -n $show -s u -l upgrades -d 'Print update list' -f
complete -c $progname -n $show -s w -l news -d 'Print arch news'
complete -c $progname -n $show -s q -l quiet -d 'Do not print news description'