Add bash completion for docker service ps --all
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
3be885cd89
commit
188d2fac57
1 changed files with 1 additions and 1 deletions
|
@ -2582,7 +2582,7 @@ _docker_service_ps() {
|
|||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--filter -f --help --no-resolve --no-trunc --quiet -q" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--all -a --filter -f --help --no-resolve --no-trunc --quiet -q" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
local counter=$(__docker_pos_first_nonflag '--filter|-f')
|
||||
|
|
Loading…
Reference in a new issue