Merge pull request #216 from wernight/master

Add VBoxManager modifyhd auto-complete.
This commit is contained in:
Mario Fernández 2014-04-12 13:08:36 +02:00
commit 0e6e4d5507
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}' \