Added file completion
This commit is contained in:
parent
a6e641b977
commit
7455d602a4
5
src/_mix
5
src/_mix
|
@ -163,6 +163,7 @@ __task_list ()
|
||||||
'escript.uninstall'
|
'escript.uninstall'
|
||||||
'gettext.extract'
|
'gettext.extract'
|
||||||
'gettext.merge'
|
'gettext.merge'
|
||||||
|
'format'
|
||||||
'help'
|
'help'
|
||||||
'hex'
|
'hex'
|
||||||
'hex.build'
|
'hex.build'
|
||||||
|
@ -230,6 +231,10 @@ case $state in
|
||||||
_arguments ':PATH:_files'
|
_arguments ':PATH:_files'
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
(format)
|
||||||
|
_arguments ':PATH:_files'
|
||||||
|
return
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue