cli: remove debug flag from VM CLI

It's not used.
This commit is contained in:
Anna Shaleva 2022-10-03 15:05:42 +03:00
parent 5698ce03be
commit c4c93b591e

View file

@ -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{},
}}
}