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
|
||||
"
|
||||
local daemon_options_with_args="
|
||||
--context -c
|
||||
--env-file
|
||||
--file -f
|
||||
--host -H
|
||||
|
|
Loading…
Reference in New Issue