Add mdk tracker bash completion
authorAndrew Nicols <andrew@nicols.co.uk>
Thu, 11 Dec 2014 03:32:39 +0000 (11:32 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Wed, 17 Dec 2014 05:58:36 +0000 (13:58 +0800)
extra/bash_completion

index e422c8a..e363576 100644 (file)
@@ -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