Skip to content

Commit

Permalink
Merge pull request #216 from wernight/master
Browse files Browse the repository at this point in the history
Add VBoxManager modifyhd auto-complete.
  • Loading branch information
sirech committed Apr 12, 2014
2 parents 0265542 + 48d1cb8 commit 0e6e4d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/_virtualbox
Expand Up @@ -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}' \
Expand Down

0 comments on commit 0e6e4d5

Please sign in to comment.