Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
2d1a07a3
Commit
2d1a07a3
authored
Aug 07, 2013
by
Ahmed Azaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed minor errors
parent
619ecb5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
_docker
plugins/docker/_docker
+7
-7
No files found.
plugins/docker/_docker
View file @
2d1a07a3
...
...
@@ -31,7 +31,7 @@ __build() {
_arguments \
'-q=false[Suppress verbose build output]' \
'-t="[fuck to be applied to the resulting image in case of success]' \
'
*:files:_files'
'*:files:_files'
}
__commit() {
...
...
@@ -60,7 +60,7 @@ __images() {
'-a[show all images]' \
'-notrunc[dont truncate output]' \
'-q[only show numeric IDs]' \
'-viz[output graph in graphviz format'
'-viz[output graph in graphviz format
]
'
__docker_images
}
...
...
@@ -159,20 +159,20 @@ __run() {
}
__search() {
arguments '-notrunc[Dont truncate output]'
_
arguments '-notrunc[Dont truncate output]'
}
__start() {
__docker_container
__docker_container
s
}
__stop() {
_
_
arguments '-t=[number of seconds to try to stop before killing]'
_arguments '-t=[number of seconds to try to stop before killing]'
__docker_containers
}
__tag() {
_
_
arguments '-f[Force]'
_arguments '-f[Force]'
__docker_images
}
...
...
@@ -181,7 +181,7 @@ __version() {
}
__wait() {
__docker_container
__docker_container
s
}
# end commands ---------
...
...
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