ch-remote: Add support for "power-button"

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-01-13 10:07:13 +00:00
parent 981bb72a09
commit d0b59ca3a0

View File

@ -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")