mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add bash completion for plugin disable --force
Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit e1403453f0
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
5903ead08e
commit
ea00b14170
1 changed files with 1 additions and 1 deletions
|
@ -3223,7 +3223,7 @@ _docker_plugin_create() {
|
||||||
_docker_plugin_disable() {
|
_docker_plugin_disable() {
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
-*)
|
-*)
|
||||||
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "--force -f --help" -- "$cur" ) )
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
local counter=$(__docker_pos_first_nonflag)
|
local counter=$(__docker_pos_first_nonflag)
|
||||||
|
|
Loading…
Add table
Reference in a new issue