mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #5027 from tony612/add-files-completion-to-mix-test
add files completion to mix test
This commit is contained in:
commit
1b1315a777
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ case $state in
|
|||
case $line[1] in
|
||||
(help)
|
||||
_arguments ':feature:__task_list'
|
||||
;;
|
||||
(test)
|
||||
_files
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue