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' '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