Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
oh-my-zsh
Commits
919f0a42
Commit
919f0a42
authored
May 13, 2018
by
Quentin Nerden
Committed by
Marc Cornellà
May 13, 2018
Browse files
Updated autocomplete and readme (#6720)
Signed-off-by:
Troy Fontaine
<
tfontaine@troyfontaine.com
>
parent
0c63909a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/docker/_docker
View file @
919f0a42
...
...
@@ -450,9 +450,9 @@ __docker_complete_events_filter() {
;;
(
event
)
local
-a
event_opts
event_opts
=(
'attach'
'commit'
'connect'
'copy'
'create'
'delete'
'destroy'
'detach'
'die'
'dis
connect
'
'exec_create'
'exec_detach'
'exec_start'
'export'
'health_status'
'import'
'kill'
'load'
'mount'
'oom'
'pause'
'pull'
'push'
'reload'
're
nam
e'
're
siz
e'
'res
tart'
'save'
'start
'
'stop'
'tag'
'top'
'unmount'
'unpause'
'untag'
'update'
)
event_opts
=(
'attach'
'commit'
'connect'
'copy'
'create'
'delete'
'destroy'
'detach'
'die'
'dis
able'
'disconnect'
'enable
'
'exec_create'
'exec_detach'
'exec_start'
'export'
'health_status'
'import'
'install'
'kill'
'load'
'mount'
'oom'
'pause'
'pull'
'push'
'reload'
're
mov
e'
're
nam
e'
'res
ize
'
'restart'
'save'
'start'
'stop'
'tag'
'top'
'unmount'
'unpause'
'untag'
'update'
)
_describe
-t
event-filter-opts
"event filter options"
event_opts
&&
ret
=
0
;;
(
image
)
...
...
@@ -3024,4 +3024,4 @@ _docker "$@"
# indent-tabs-mode: nil
# sh-basic-offset: 4
# End:
# vim: ft=zsh sw=4 ts=4 et
\ No newline at end of file
# vim: ft=zsh sw=4 ts=4 et
Write
Preview
Supports
Markdown
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