mirror of https://github.com/docker/compose.git
Add --service-ports to bash completion
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
ef027599f7
commit
bd535c76d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue