commit: 5c9fbe55124aef398e9e23186a1ef83e592a09d4 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com> AuthorDate: Thu Jan 7 10:35:56 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 2 18:06:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=5c9fbe55
Add completion for emerge --autounmask-write Closes: https://github.com/gentoo/gentoo-bashcomp/pull/1 completions/emerge | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/completions/emerge b/completions/emerge index 63c02b4..a7d1f52 100644 --- a/completions/emerge +++ b/completions/emerge @@ -86,7 +86,8 @@ _emerge() fi elif [[ ${cur} == --* ]]; then # Complete on long options. - opts="--alphabetical --ask \ + opts="--alphabetical \ + --ask --autounmask-write \ --buildpkg --buildpkgonly \ --changelog --clean --color=y --color=n --columns --complete-graph --config \ --debug --deep --depclean \
