Merge pull request #4518 from albers/completion-fix-global-args
Fix treatment of global arguments in bash completion
This commit is contained in:
commit
7b1be89ec0
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
__docker_compose_q() {
|
||||
docker-compose 2>/dev/null $daemon_options "$@"
|
||||
docker-compose 2>/dev/null "${daemon_options[@]}" "$@"
|
||||
}
|
||||
|
||||
# Transforms a multiline list of strings into a single line string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue