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
commit 724cb01511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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