mirror of https://github.com/docker/compose.git
Add bash completion for `pull --parallel`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
c9a9f5ab03
commit
d917ca3e4e
|
@ -341,7 +341,7 @@ _docker_compose_ps() {
|
|||
_docker_compose_pull() {
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--help --ignore-pull-failures" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--help --ignore-pull-failures --parallel" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
__docker_compose_services_from_image
|
||||
|
|
Loading…
Reference in New Issue