mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
show repos on pod push
This commit is contained in:
parent
1d636fe8ab
commit
c48822b3a3
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue