fix some running error

This commit is contained in:
2023-08-27 16:51:18 +08:00
parent c8f18bce0c
commit 6837253a01
2 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ namespace Unvirt::Context {
)
)
)
->Then((new CmdHelper::Literal("temp"))
->Then((new CmdHelper::Literal("exit"))
->Executes(
std::bind(&UnvirtContext::ProcExit, this, std::placeholders::_1),
"Exit program."