mirror of https://github.com/docker/compose.git
Merge pull request #7412 from albers/completion-context
Add bash completion for `--context`
This commit is contained in:
commit
78fb1176c2
|
@ -603,6 +603,7 @@ _docker_compose() {
|
||||||
--tlsverify
|
--tlsverify
|
||||||
"
|
"
|
||||||
local daemon_options_with_args="
|
local daemon_options_with_args="
|
||||||
|
--context -c
|
||||||
--env-file
|
--env-file
|
||||||
--file -f
|
--file -f
|
||||||
--host -H
|
--host -H
|
||||||
|
|
Loading…
Reference in New Issue