mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
bash completion for docker-compose rm --all
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
2b063d332e
commit
b030c3928a
@ -301,7 +301,7 @@ _docker_compose_restart() {
|
||||
_docker_compose_rm() {
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--force -f --help -v" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--all -a --force -f --help -v" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
__docker_compose_services_stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user