Merge pull request #713 from albers/completion-512

Fix #512 Bash autocompletion works incorrect with inspect
This commit is contained in:
Daniel Nephin 2017-12-15 16:33:41 -05:00 committed by GitHub
commit 718a245b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2866,6 +2866,7 @@ _docker_inspect() {
$(__docker_services) $(__docker_services)
$(__docker_volumes) $(__docker_volumes)
" -- "$cur" ) ) " -- "$cur" ) )
__ltrim_colon_completions "$cur"
;; ;;
container) container)
__docker_complete_containers_all __docker_complete_containers_all