Lines 1118-1124
_equery()
Link Here
|
1118 |
;; |
1118 |
;; |
1119 |
esac |
1119 |
esac |
1120 |
;; |
1120 |
;; |
1121 |
a|has|y|keywords) |
1121 |
y|keywords) |
1122 |
# These commands have not been implemented in 'equery' yet ... |
1122 |
# These commands have not been implemented in 'equery' yet ... |
1123 |
echo -n "# Not implemented! " |
1123 |
echo -n "# Not implemented! " |
1124 |
;; |
1124 |
;; |
Lines 1168-1173
_equery()
Link Here
|
1168 |
esac |
1168 |
esac |
1169 |
fi |
1169 |
fi |
1170 |
;; |
1170 |
;; |
|
|
1171 |
a|has) |
1172 |
COMPREPLY=($(compgen -W "-h --help -I --exclude-installed -o \ |
1173 |
--overlay-tree -p --portage-tree -F --format" -- $cur)) |
1174 |
;; |
1171 |
l?(ist)) |
1175 |
l?(ist)) |
1172 |
# Only complete if the previous entry on the command line is not |
1176 |
# Only complete if the previous entry on the command line is not |
1173 |
# a package name. |
1177 |
# a package name. |
1174 |
- |
|
|