package
Version:
v0.0.0-...-f3737aa
Opens a new window with list of versions in this module.
Published: Dec 16, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Command = &cli.Command{
Name: "start",
Usage: "start a virtual machine",
UsageText: "gomox start <VMID>",
Action: startVm,
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "idempotent",
Usage: "Don't return error if VM is already in requested state",
Value: false,
},
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.