Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
f6fb3484
Commit
f6fb3484
authored
Sep 10, 2013
by
Alexandre Joly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the arguments list to the newest version (0.24.0) of cocoapods
parent
dff966af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
_pod
plugins/pod/_pod
+3
-2
No files found.
plugins/pod/_pod
View file @
f6fb3484
...
@@ -3,18 +3,19 @@
...
@@ -3,18 +3,19 @@
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# FILE: _pod
# FILE: _pod
# DESCRIPTION: Cocoapods autocomplete plugin for Oh-My-Zsh
# DESCRIPTION: Cocoapods
(0.24.0)
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.
1
# VERSION: 0.0.
2
# LICENSE: MIT
# LICENSE: MIT
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
local -a _1st_arguments
local -a _1st_arguments
_1st_arguments=(
_1st_arguments=(
'help:Show help for the given command.'
'help:Show help for the given command.'
'init:Generate a Podfile for the current directory.'
'install:Install project dependencies'
'install:Install project dependencies'
'ipc:Inter-process communication'
'ipc:Inter-process communication'
'list:List pods'
'list:List pods'
...
...
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