summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-13 21:26:42 +0000
committerSam James <sam@gentoo.org>2023-03-13 21:27:22 +0000
commit8e15ae348f400c86a8314933a15d8f851f045281 (patch)
tree89058f078dfd9858297988eff0c0d8482ad6ee39
parentIgnore backup prefixed or suffixed files in repos.conf subdirectory. (diff)
downloadgentoo-bashcomp-8e15ae348f400c86a8314933a15d8f851f045281.tar.gz
gentoo-bashcomp-8e15ae348f400c86a8314933a15d8f851f045281.tar.bz2
gentoo-bashcomp-8e15ae348f400c86a8314933a15d8f851f045281.zip
completions/emerge: add additional options
Adds the following: - --autounmask-keep-keywords - --autounmask-continue - --onlydeps-with-ideps - --onlydeps-with-rdeps - --update-if-installed Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--completions/emerge6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/emerge b/completions/emerge
index e84a7fc..113aa07 100644
--- a/completions/emerge
+++ b/completions/emerge
@@ -93,7 +93,7 @@ _emerge()
elif [[ ${cur} == --* ]]; then
# Complete on long options.
opts="--alphabetical \
- --ask --autounmask-write \
+ --ask --autounmask-write --autounmask-keep-keywords --autounmask-continue \
--buildpkg --buildpkgonly \
--changelog --clean --color=y --color=n --columns --complete-graph --config \
--debug --deep --depclean --deselect \
@@ -105,14 +105,14 @@ _emerge()
--keep-going \
--metadata \
--newuse --noconfmem --nodeps --noreplace --nospinner \
- --oneshot --onlydeps \
+ --oneshot --onlydeps --onlydeps-with-ideps --onlydeps-with-rdeps \
--pretend --prune \
--quiet --rage-clean \
--reinstall=changed-use --regen \
--search \
--sync \
--tree \
- --unmerge --update --upgradeonly --usepkg --usepkgonly \
+ --unmerge --update --update-if-installed --upgradeonly --usepkg --usepkgonly \
--verbose \
--with-bdeps=y --with-bdeps=n"
if [[ ${curword} -eq 1 ]] && [[ ${numwords} -eq 2 ]] ; then