create-server
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-21 19:30:10 +12:00
parent fc6b310b89
commit 9063edb45f
4 changed files with 82 additions and 17 deletions

View File

@ -148,6 +148,7 @@ int help_handler(const CommandContext& ctx) {
info << std::endl;
show_command("ssh");
info << std::endl;
show_command("create-server");
show_command("create-service");
}
return 0;