mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove bash completion for docker volume create --name
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
198024bf37
commit
7f9096adb7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue