mirror of
https://github.com/moby/moby.git
synced 2026-08-03 06:30:59 +00:00
Add bash completion for plugin disable --force
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
@@ -3219,7 +3219,7 @@ _docker_plugin_create() {
|
||||
_docker_plugin_disable() {
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--force -f --help" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
local counter=$(__docker_pos_first_nonflag)
|
||||
|
||||
Reference in New Issue
Block a user