mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Add bash completion for docker-compose run --name
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
e2ab2eb9d0
commit
006146b2cd
@ -258,14 +258,14 @@ _docker_compose_run() {
|
||||
compopt -o nospace
|
||||
return
|
||||
;;
|
||||
--entrypoint|--user|-u)
|
||||
--entrypoint|--name|--user|-u)
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "-d --entrypoint -e --help --no-deps --rm --service-ports --publish -p -T --user -u" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "-d --entrypoint -e --help --name --no-deps --publish -p --rm --service-ports -T --user -u" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
__docker_compose_services_all
|
||||
|
Loading…
x
Reference in New Issue
Block a user