cli: remove debug flag from VM CLI
It's not used.
This commit is contained in:
parent
5698ce03be
commit
c4c93b591e
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ func NewCommands() []cli.Command {
|
||||||
Name: "vm",
|
Name: "vm",
|
||||||
Usage: "start the virtual machine",
|
Usage: "start the virtual machine",
|
||||||
Action: startVMPrompt,
|
Action: startVMPrompt,
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{},
|
||||||
cli.BoolFlag{Name: "debug, d"},
|
|
||||||
},
|
|
||||||
}}
|
}}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue