note validation options
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 24s
Build-Test-Publish / build (linux/arm64) (push) Successful in 54s

This commit is contained in:
j
2025-12-28 00:31:13 +13:00
parent 7ffcfabc8f
commit 592f520c60
2 changed files with 71 additions and 4 deletions

View File

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