mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
ch-remote: Add missing boot and delete commands
These are simple commands so require no further enabling than adding to the list of commands. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
3800212def
commit
b3569f084d
@ -598,6 +598,8 @@ fn main() {
|
||||
),
|
||||
)
|
||||
.subcommand(Command::new("resume").about("Resume the VM"))
|
||||
.subcommand(Command::new("boot").about("Boot a created VM"))
|
||||
.subcommand(Command::new("delete").about("Delete a VM"))
|
||||
.subcommand(Command::new("shutdown").about("Shutdown the VM"))
|
||||
.subcommand(
|
||||
Command::new("snapshot")
|
||||
|
Loading…
x
Reference in New Issue
Block a user