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
Hide whitespace changes
Inline
Side-by-side
plugins/docker/_docker
View file @
919f0a42
...
@@ -450,9 +450,9 @@ __docker_complete_events_filter() {
...
@@ -450,9 +450,9 @@ __docker_complete_events_filter() {
;;
;;
(
event
)
(
event
)
local
-a
event_opts
local
-a
event_opts
event_opts
=(
'attach'
'commit'
'connect'
'copy'
'create'
'delete'
'destroy'
'detach'
'die'
'dis
connect
'
'exec_create'
'exec_detach'
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'
'kill'
'load'
'mount'
'oom'
'pause'
'pull'
'push'
'reload'
're
nam
e'
're
siz
e'
'res
tart'
'save'
'start
'
'exec_start'
'export'
'health_status'
'import'
'install'
'kill'
'load'
'mount'
'oom'
'pause'
'pull'
'push'
'reload'
're
mov
e'
're
nam
e'
'res
ize
'
'stop'
'tag'
'top'
'unmount'
'unpause'
'untag'
'update'
)
'restart'
'save'
'start'
'stop'
'tag'
'top'
'unmount'
'unpause'
'untag'
'update'
)
_describe
-t
event-filter-opts
"event filter options"
event_opts
&&
ret
=
0
_describe
-t
event-filter-opts
"event filter options"
event_opts
&&
ret
=
0
;;
;;
(
image
)
(
image
)
...
@@ -3024,4 +3024,4 @@ _docker "$@"
...
@@ -3024,4 +3024,4 @@ _docker "$@"
# indent-tabs-mode: nil
# indent-tabs-mode: nil
# sh-basic-offset: 4
# sh-basic-offset: 4
# End:
# End:
# vim: ft=zsh sw=4 ts=4 et
# vim: ft=zsh sw=4 ts=4 et
\ No newline at end of file
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