mirror of https://github.com/docker/cli.git
Merge pull request #713 from albers/completion-512
Fix #512 Bash autocompletion works incorrect with inspect
This commit is contained in:
commit
718a245b6e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue