bash completion for `docker-compose up --abort-on-container-exit`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2016-01-14 10:43:53 -08:00
parent 8fca4f1628
commit fca3e47a75
1 changed files with 1 additions and 1 deletions
contrib/completion/bash

View File

@ -368,7 +368,7 @@ _docker_compose_up() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "-d --help --no-build --no-color --no-deps --no-recreate --force-recreate --timeout -t" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--abort-on-container-exit -d --force-recreate --help --no-build --no-color --no-deps --no-recreate --timeout -t" -- "$cur" ) )
;;
*)
__docker_compose_services_all