From d0b59ca3a0946775785bb0a4a921465c175ee9a5 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 13 Jan 2021 10:07:13 +0000 Subject: [PATCH] ch-remote: Add support for "power-button" Signed-off-by: Rob Bradford --- src/bin/ch-remote.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ch-remote.rs b/src/bin/ch-remote.rs index c7f3d3a35..5603896ce 100644 --- a/src/bin/ch-remote.rs +++ b/src/bin/ch-remote.rs @@ -464,6 +464,7 @@ fn main() { .subcommand(SubCommand::with_name("counters").about("Counters from the VM")) .subcommand(SubCommand::with_name("pause").about("Pause the VM")) .subcommand(SubCommand::with_name("reboot").about("Reboot the VM")) + .subcommand(SubCommand::with_name("power-button").about("Trigger a power button in the VM")) .subcommand( SubCommand::with_name("resize") .about("Resize the VM")