mirror of
https://github.com/docker/compose.git
synced 2026-02-09 10:09:26 +08:00
Add bash completion for ps --all|-a
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user