Merge pull request #1860 from trapier/bash_completion_node_type_filter

bash completion: add node type filter
This commit is contained in:
Sebastiaan van Stijn 2019-05-10 14:56:44 -07:00 committed by GitHub
commit 0ad0c7f6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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