1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

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

This reverts commit 188d2fac57d63888f08531adc46aa3349e3b4f3a.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: cee0fff9fe31da79fc45b9f7b42a2e6d1e25babe
Component: engine
This commit is contained in:
Vincent Demeester
2016-11-29 09:33:03 +01:00
parent 871ee3d12b
commit 23d4c1466c

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')