Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
0eb86f82
"fs/vscode:/vscode.git/clone" did not exist on "f371c0578bb28dc6dcd9fa0c1892ce7c56c6035a"
Commit
0eb86f82
authored
Oct 29, 2013
by
Alexandre Joly
Browse files
updated to the latest version of cocoapods 0.27.1
parent
40b1cf01
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/pod/_pod
View file @
0eb86f82
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# FILE: _pod
# FILE: _pod
# DESCRIPTION: Cocoapods (0.2
4.0
) autocomplete plugin for Oh-My-Zsh
# DESCRIPTION: Cocoapods (0.2
7.1
) autocomplete plugin for Oh-My-Zsh
# http://cocoapods.org
# http://cocoapods.org
# AUTHOR: Alexandre Joly (alexandre.joly@mekanics.ch)
# AUTHOR: Alexandre Joly (alexandre.joly@mekanics.ch)
# GITHUB: https://github.com/mekanics
# GITHUB: https://github.com/mekanics
# TWITTER: @jolyAlexandre
# TWITTER: @jolyAlexandre
# VERSION: 0.0.
2
# VERSION: 0.0.
3
# LICENSE: MIT
# LICENSE: MIT
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
...
@@ -33,6 +33,7 @@ local -a _repo_arguments
...
@@ -33,6 +33,7 @@ local -a _repo_arguments
_repo_arguments=(
_repo_arguments=(
'add:Add a spec repo'
'add:Add a spec repo'
'lint:Validates all specs in a repo'
'lint:Validates all specs in a repo'
'remove:Remove a spec repo.'
'update:Update a spec repo'
'update:Update a spec repo'
)
)
...
@@ -194,6 +195,12 @@ __pod-repo() {
...
@@ -194,6 +195,12 @@ __pod-repo() {
(add)
(add)
_arguments \
_arguments \
$_inherited_options
$_inherited_options
(remove)
_arguments \
$_inherited_options \
':feature:__repo_list'
;;
esac
esac
;;
;;
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment