mirror of https://github.com/docker/cli.git
Fix #512 Bash autocompletion works incorrect with inspect
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
b45a49c83f
commit
a2d0b6e122
|
@ -2838,6 +2838,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
|
||||||
|
|
Loading…
Reference in New Issue