Add --service-ports to bash completion
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
ef027599f7
commit
bd535c76d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue