Skip to content

Commit

Permalink
Merge pull request #501 from Jguer/fix-fish
Browse files Browse the repository at this point in the history
Include print in noopt
  • Loading branch information
Jguer authored Jun 19, 2018
2 parents 6d04c2e + e5bb23d commit 0c46a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/fish
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -l listall "(yay -Pcf)"
set -l listrepos "(__fish_print_pacman_repos)"
set -l listgroups "(pacman -Sg)\t'Package Group'"
set -l listpacman "(__fish_print_packages)"
set -l noopt 'not __fish_contains_opt -s Y -s G -s V -s S -s D -s Q -s R -s U -s T -s F database query sync remove upgrade deptest files'
set -l noopt 'not __fish_contains_opt -s Y -s G -s V -s P -s S -s D -s Q -s R -s U -s T -s F database query sync remove upgrade deptest files'
set -l database '__fish_contains_opt -s D database'
set -l getpkgbuild '__fish_contains_opt -s G getpkgbuild'
set -l print '__fish_contains_opt -s P print'
Expand Down

0 comments on commit 0c46a22

Please sign in to comment.