diff options
Diffstat (limited to 'gentoo')
-rw-r--r-- | gentoo | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1118,7 +1118,7 @@ _equery() ;; esac ;; - a|has|y|keywords) + y|keywords) # These commands have not been implemented in 'equery' yet ... echo -n "# Not implemented! " ;; @@ -1168,6 +1168,10 @@ _equery() esac fi ;; + a|has) + COMPREPLY=($(compgen -W "-h --help -I --exclude-installed -o \ + --overlay-tree -p --portage-tree -F --format" -- $cur)) + ;; l?(ist)) # Only complete if the previous entry on the command line is not # a package name. |