Updated clonevm command

This commit is contained in:
2023-03-13 12:45:34 +01:00
parent 417fc3132f
commit 7c42bcd22f

View File

@@ -601,8 +601,8 @@ _VBoxManage() {
_vms_comp vms
else
_find_item_name 2
items=(--snapshot --mode --options --name --groups --basefolder
--uuid --register --snapshot)
items=( --basefolder --groups --mode --name --options --register
--snapshot --uuid )
_get_excluded_items "${items[@]}"
COMPREPLY=( $(compgen -W "$result" -- ${cur}) )
case "${prev}" in
@@ -615,8 +615,8 @@ _VBoxManage() {
all" -- ${cur}) )
;;
--options)
COMPREPLY=( $(compgen -W "link keepallmacs keepnatmacs
keepdisknames keephwuuids" -- ${cur}) )
COMPREPLY=( $(compgen -W "Link KeepAllMACs KeepNATMACs
KeepDiskNames KeepHwUUIDs" -- ${cur}) )
;;
--groups)
COMPREPLY=()