Revert "Add bash completion for docker service ps --all"

This reverts commit 188d2fac57.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-11-29 09:33:03 +01:00
parent eb55d03f3c
commit cee0fff9fe
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

@ -2623,7 +2623,7 @@ _docker_service_ps() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--all -a --filter -f --help --no-resolve --no-trunc --quiet -q" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--filter -f --help --no-resolve --no-trunc --quiet -q" -- "$cur" ) )
;;
*)
local counter=$(__docker_pos_first_nonflag '--filter|-f')