ch-remote: Add support for "power-button"
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
981bb72a09
commit
d0b59ca3a0
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue