* [gentoo-commits] repo/gentoo:master commit in: dev-python/ebuildtester/files/
@ 2018-12-22 15:00 Nicolas Bock
0 siblings, 0 replies; only message in thread
From: Nicolas Bock @ 2018-12-22 15:00 UTC (permalink / raw
To: gentoo-commits
commit: ead2ec9ec5a1b3b7c6eb5e416e14959d95537bf1
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 14:59:17 2018 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 14:59:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead2ec9e
dev-python/ebuildtester: Update bash-completion
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>
dev-python/ebuildtester/files/ebuildtester.bash-completion | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ebuildtester/files/ebuildtester.bash-completion b/dev-python/ebuildtester/files/ebuildtester.bash-completion
index b8e7cd27c39..ca026672062 100644
--- a/dev-python/ebuildtester/files/ebuildtester.bash-completion
+++ b/dev-python/ebuildtester/files/ebuildtester.bash-completion
@@ -3,7 +3,7 @@ _ebuildtester() {
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
- opts="--help --portage-dir --atom --threads"
+ opts="--help --portage-dir --overlay-dir --update --atom --threads"
if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
@@ -11,7 +11,7 @@ _ebuildtester() {
fi
case "${prev}" in
- --portage-dir)
+ --portage-dir|--overlay-dir)
COMPREPLY=( $(compgen -o dirnames -A directory ${cur}) )
;;
esac
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-22 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-22 15:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/ebuildtester/files/ Nicolas Bock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox