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
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
Show 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
)
...
...
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