diff --git a/src/bin/ch-remote.rs b/src/bin/ch-remote.rs index 654adb2d4..aa26186b1 100644 --- a/src/bin/ch-remote.rs +++ b/src/bin/ch-remote.rs @@ -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")