mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Add bash completion for pull --quiet
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
1ecf51c209
commit
b8719c4b11
@ -341,7 +341,7 @@ _docker_compose_ps() {
|
|||||||
_docker_compose_pull() {
|
_docker_compose_pull() {
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
-*)
|
-*)
|
||||||
COMPREPLY=( $( compgen -W "--help --ignore-pull-failures --parallel" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "--help --ignore-pull-failures --parallel --quiet" -- "$cur" ) )
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
__docker_compose_services_from_image
|
__docker_compose_services_from_image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user