1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Add swarm types to bash completion event type filter

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
Upstream-commit: fb80101ca7
Component: cli
This commit is contained in:
Trapier Marshall
2018-02-19 13:46:23 -05:00
parent 157ffc1e2f
commit 5539b125fe

View File

@@ -4648,7 +4648,7 @@ _docker_system_events() {
return
;;
type)
COMPREPLY=( $( compgen -W "container daemon image network plugin volume" -- "${cur##*=}" ) )
COMPREPLY=( $( compgen -W "config container daemon image network plugin secret service volume" -- "${cur##*=}" ) )
return
;;
volume)