Add file completion to `mix run` (#5673)

This commit is contained in:
Geoff Lane 2016-12-17 16:32:53 -05:00 коммит произвёл Marc Cornellà
Родитель 456341fd69
Коммит 1ca2fe63de
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -86,6 +86,9 @@ case $state in
(test)
_files
;;
(run)
_files
;;
esac
;;
esac