mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Add bash completion for ps --all|-a
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
cf96fcb4af
commit
14a1a0c020
@ -361,7 +361,7 @@ _docker_compose_ps() {
|
||||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--help --quiet -q --services --filter" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--all -a --filter --help --quiet -q --services" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
__docker_compose_complete_services
|
||||
|
Loading…
x
Reference in New Issue
Block a user