Merge pull request #28360 from albers/completion-service-ps--all
Add bash completion for `docker service ps --all`
This commit is contained in:
commit
e649cc1476
1 changed files with 1 additions and 1 deletions
|
@ -2587,7 +2587,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…
Add table
Reference in a new issue