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:
Sebastiaan van Stijn 2018-02-20 10:13:25 +01:00 committed by GitHub
commit e34ca9740e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4648,7 +4648,7 @@ _docker_system_events() {
return return
;; ;;
type) 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 return
;; ;;
volume) volume)