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_volumes)
|
||||
" -- "$cur" ) )
|
||||
__ltrim_colon_completions "$cur"
|
||||
;;
|
||||
container)
|
||||
__docker_complete_containers_all
|
||||
|
|
Loading…
Reference in New Issue