Remove bash completion for docker volume create --name
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: a916015f46
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
a424bc46b4
commit
e71b9e2ff4
@@ -2788,14 +2788,14 @@ _docker_volume_create() {
|
||||
__docker_complete_plugins Volume
|
||||
return
|
||||
;;
|
||||
--label|--name|--opt|-o)
|
||||
--label|--opt|-o)
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--driver -d --help --label --name --opt -o" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--driver -d --help --label --opt -o" -- "$cur" ) )
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user