FIX: add missing gui command

This commit is contained in:
Sebastian Mark 2018-02-26 18:14:00 +01:00
parent e236ec56ec
commit 26b64111d5

1
_vb
View file

@ -11,6 +11,7 @@ _vb() {
local actions local actions
actions=("list:List all VMs" actions=("list:List all VMs"
"start:Start VM" "start:Start VM"
"gui:Connect graphical gui"
"stop:Stop VM" "stop:Stop VM"
"suspend:Suspend VM" "suspend:Suspend VM"
"restart:Restart VM" "restart:Restart VM"