mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-27 07:14:50 +00:00
add arguments for dependencies
This commit is contained in:
@@ -66,6 +66,15 @@ _play() {
|
|||||||
'(--deps)--deps[Resolve and install dependencies before running the command]' \
|
'(--deps)--deps[Resolve and install dependencies before running the command]' \
|
||||||
&& ret=0
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
|
(dependencies|deps)
|
||||||
|
_arguments \
|
||||||
|
'1:: :_play_apps' \
|
||||||
|
'(--debug)--debug[Debug mode (even more informations logged than in verbose mode)]' \
|
||||||
|
'(--jpda)--jpda[Listen for JPDA connection. The process will suspended until a client is plugged to the JPDA port.]' \
|
||||||
|
'(--sync)--sync[Keep lib/ and modules/ directory synced. Delete unknow dependencies.]' \
|
||||||
|
'(--verbose)--verbose[Verbose Mode]' \
|
||||||
|
&& ret=0
|
||||||
|
;;
|
||||||
(clean|javadoc|jd|out|pid|secret|stop)
|
(clean|javadoc|jd|out|pid|secret|stop)
|
||||||
_arguments '1:: :_play_apps' && ret=0
|
_arguments '1:: :_play_apps' && ret=0
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user