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
6a8f83bc
Commit
6a8f83bc
authored
Mar 21, 2014
by
Kevin Bongart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new brew cask commands
parent
288604ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
brew-cask.plugin.zsh
plugins/brew-cask/brew-cask.plugin.zsh
+4
-0
No files found.
plugins/brew-cask/brew-cask.plugin.zsh
View file @
6a8f83bc
...
@@ -34,14 +34,18 @@ _brew-cask()
...
@@ -34,14 +34,18 @@ _brew-cask()
"alfred:used to modify Alfred's scope to include the Caskroom"
"alfred:used to modify Alfred's scope to include the Caskroom"
'audit:verifies installability of casks'
'audit:verifies installability of casks'
'checklinks:checks for bad cask links'
'checklinks:checks for bad cask links'
'cleanup:cleans up cached downloads'
'create:creates a cask of the given name and opens it in an editor'
'create:creates a cask of the given name and opens it in an editor'
'doctor:checks for configuration issues'
'edit:edits the cask of the given name'
'edit:edits the cask of the given name'
'fetch:downloads Cask resources to local cache'
'home:opens the homepage of the cask of the given name'
'home:opens the homepage of the cask of the given name'
'info:displays information about the cask of the given name'
'info:displays information about the cask of the given name'
'install:installs the cask of the given name'
'install:installs the cask of the given name'
'list:with no args, lists installed casks; given installed casks, lists installed files'
'list:with no args, lists installed casks; given installed casks, lists installed files'
'search:searches all known casks'
'search:searches all known casks'
'uninstall:uninstalls the cask of the given name'
'uninstall:uninstalls the cask of the given name'
"update:a synonym for 'brew update'"
)
)
_describe
-t
commands
"brew cask subcommand"
subcommands
_describe
-t
commands
"brew cask subcommand"
subcommands
fi
;;
fi
;;
...
...
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