From 6ab34ced489f3425b3c86a62c720139fd950bd3c Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 11 Dec 2014 11:32:39 +0800 Subject: [PATCH] Add mdk tracker bash completion --- extra/bash_completion | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra/bash_completion b/extra/bash_completion index e422c8a..e363576 100644 --- a/extra/bash_completion +++ b/extra/bash_completion @@ -215,6 +215,9 @@ function _mdk() { OPTS="--integration --stable --all --list $(_list_instances)" fi ;; + tracker) + OPTS="--testing" + ;; update) OPTS="--integration --stable --all --upgrade --update-cache" if [[ "$CUR" != -* ]]; then -- 2.11.0