Skip to content

Commit

Permalink
fix swapped fish completions for --repo and --aur
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolw committed Oct 17, 2024
1 parent 138c2dd commit fb1b23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions/fish
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ complete -c $progname -n "$webspecific" -s u -l unvote -d 'Unvote for AUR packag
complete -c $progname -n "$webspecific" -xa "$listall"

# New options
complete -c $progname -n "not $noopt" -s N -l repo -d 'Assume targets are from the AUR' -f
complete -c $progname -n "not $noopt" -s a -l aur -d 'Assume targets are from the repositories' -f
complete -c $progname -n "not $noopt" -s a -l aur -d 'Assume targets are from the AUR' -f
complete -c $progname -n "not $noopt" -s N -l repo -d 'Assume targets are from the repositories' -f

# Yay options
complete -c $progname -n "$yayspecific" -s c -l clean -d 'Remove unneeded dependencies' -f
Expand Down

0 comments on commit fb1b23f

Please sign in to comment.