Browse Source

Merge pull request #5027 from tony612/add-files-completion-to-mix-test

add files completion to mix test
Marc Cornellà 9 years ago
parent
commit
1b1315a777
1 changed files with 4 additions and 0 deletions
  1. 4 0
      plugins/mix/_mix

+ 4 - 0
plugins/mix/_mix

@@ -73,6 +73,10 @@ case $state in
     case $line[1] in
       (help)
          _arguments ':feature:__task_list'
+         ;;
+      (test)
+         _files
+         ;;
     esac
   ;;
 esac