bash completion: add node type filter

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2019-05-07 14:26:20 -04:00
parent d88565df0c
commit 50a45babac
1 changed files with 1 additions and 1 deletions

View File

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