Add VBoxManager modifyhd auto-complete.

This commit is contained in:
Werner Beroux 2014-03-22 14:25:56 +01:00
parent 107bdaba20
commit 48d1cb8e9c
1 changed files with 10 additions and 0 deletions

View File

@ -193,6 +193,16 @@ _vboxmanage() {
:machine:_vboxmachines \
:modifyvm_option:_vboxopts_modifyvm
;;
modifyhd)
_arguments \
:filename:_files \
'--type:hd type:(normal writethrough immutable shareable readonly multiattach)' \
'--autoreset:on off:(on off)' \
'--property: :' \
'--compact' \
'--resize:megabytes:' \
'--resizebyte:bytes:'
;;
import)
_arguments \
':ovf file:_files -g \*.{ovf,ova}' \