Merge pull request #7412 from albers/completion-context

Add bash completion for `--context`
This commit is contained in:
Ulysses Souza 2020-05-05 17:59:15 +02:00 committed by GitHub
commit 78fb1176c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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