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

master
Geoff Lane 9 years ago committed by Marc Cornellà
parent 456341fd69
commit 1ca2fe63de
  1. 3
      plugins/mix/_mix

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

Loading…
Cancel
Save