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",
|
||||
Usage: "start the virtual machine",
|
||||
Action: startVMPrompt,
|
||||
Flags: []cli.Flag{
|
||||
cli.BoolFlag{Name: "debug, d"},
|
||||
},
|
||||
Flags: []cli.Flag{},
|
||||
}}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue