Added file completion

This commit is contained in:
Vizakenjack 2020-01-22 12:15:50 +03:00
parent a6e641b977
commit 7455d602a4
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