mirror of https://github.com/docker/cli.git
Merge pull request #888 from trapier/completion-swarm-event-filter-types
Add swarm types to bash completion event type filter
This commit is contained in:
commit
e34ca9740e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue