diff --git a/_play b/_play index b55cd67..dffe689 100644 --- a/_play +++ b/_play @@ -66,6 +66,15 @@ _play() { '(--deps)--deps[Resolve and install dependencies before running the command]' \ && 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) _arguments '1:: :_play_apps' && ret=0 ;;