Add file completion to mix run (#5673)

This commit is contained in:
Geoff Lane
2016-12-17 22:32:53 +01:00
committed by Marc Cornellà
parent 456341fd69
commit 1ca2fe63de
+3
View File
@@ -86,6 +86,9 @@ case $state in
(test)
_files
;;
(run)
_files
;;
esac
;;
esac