Skip to content

Commit

Permalink
Merge pull request #725 from Jguer/fish
Browse files Browse the repository at this point in the history
Fix fish completions
  • Loading branch information
Jguer authored Sep 23, 2018
2 parents f79b3b9 + 13f81c7 commit 2826e7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions completions/fish
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 2826e7d

Please sign in to comment.