diff options
author | Alexandre Joly <alexandre.joly@futurecom.ch> | 2013-07-05 11:28:00 +0200 |
---|---|---|
committer | Alexandre Joly <alexandre.joly@futurecom.ch> | 2013-07-05 11:28:00 +0200 |
commit | c48822b3a3a3f25922c184d1804fc11aea2b6432 (patch) | |
tree | 6d0e068d7937fb304c522a2dca9e160411dbbd4c /plugins/pod/_pod | |
parent | 1d636fe8ab4a7258eddbe120d462cdda3d8adbaf (diff) | |
download | zsh-c48822b3a3a3f25922c184d1804fc11aea2b6432.tar.gz zsh-c48822b3a3a3f25922c184d1804fc11aea2b6432.tar.bz2 zsh-c48822b3a3a3f25922c184d1804fc11aea2b6432.zip |
show repos on pod push
Diffstat (limited to 'plugins/pod/_pod')
-rw-r--r-- | plugins/pod/_pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/pod/_pod b/plugins/pod/_pod index 1decb8872..78644745b 100644 --- a/plugins/pod/_pod +++ b/plugins/pod/_pod @@ -196,6 +196,10 @@ case $state in _arguments ':feature:__first_command_list' ;; + (push) + _arguments ':feature:__repo_list' + ;; + (repo) __pod-repo ;; @@ -212,7 +216,7 @@ case $state in __pod-list ;; - (install|outdated|podfile-info|push|search|setup|update) + (install|outdated|podfile-info|search|setup|update) #_arguments ':feature:__repo_list' esac ;; |