Merge pull request #678 from v1z4/master

Add file completion to `mix format`
This commit is contained in:
Shohei YOSHIDA
2020-03-20 12:05:33 +09:00
committed by GitHub
+5
View File
@@ -163,6 +163,7 @@ __task_list ()
'escript.uninstall'
'gettext.extract'
'gettext.merge'
'format'
'help'
'hex'
'hex.build'
@@ -230,6 +231,10 @@ case $state in
_arguments ':PATH:_files'
return
;;
(format)
_arguments ':PATH:_files'
return
;;
esac
;;
esac