mirror of https://github.com/ohmyzsh/ohmyzsh.git
add files completion to mix test
parent
656ddabcfa
commit
c1ed14189b
|
@ -73,6 +73,10 @@ case $state in
|
|||
case $line[1] in
|
||||
(help)
|
||||
_arguments ':feature:__task_list'
|
||||
;;
|
||||
(test)
|
||||
_files
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue