This commit is contained in:
Your Name
2025-05-18 12:40:26 +12:00
parent e7c6d38273
commit 668cef5a05
2 changed files with 54 additions and 0 deletions

View File

@ -129,6 +129,9 @@ int help_handler(const CommandContext& ctx) {
std::cout << std::endl;
show_command("start");
show_command("stop");
std::cout << std::endl;
show_command("ssh");
std::cout << std::endl;
}
return 0;
}