From: Andrew Nicols Date: Thu, 11 Dec 2014 03:32:39 +0000 (+0800) Subject: Add mdk tracker bash completion X-Git-Tag: v1.5.1~11^2~1 X-Git-Url: http://git.cameron1729.xyz/?p=mdk.git;a=commitdiff_plain;h=6ab34ced489f3425b3c86a62c720139fd950bd3c Add mdk tracker bash completion --- 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