Add --service-ports to bash completion

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2015-01-25 09:47:30 -08:00
parent ef027599f7
commit bd535c76d0
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ _docker-compose_run() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--allow-insecure-ssl -d --entrypoint -e --no-deps --rm -T" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--allow-insecure-ssl -d --entrypoint -e --no-deps --rm --service-ports -T" -- "$cur" ) )
;;
*)
__docker-compose_services_all