Add world-class preflight HTML cockpit

This commit is contained in:
yaojingang
2026-06-16 02:45:01 +08:00
parent 858d96b8c5
commit f6d3bb523f
34 changed files with 859 additions and 81 deletions
+1
View File
@@ -225,6 +225,7 @@ def build_parser(command_handlers: dict[str, Callable[[argparse.Namespace], int]
world_class_preflight_cmd.add_argument("--submissions-dir")
world_class_preflight_cmd.add_argument("--output-json")
world_class_preflight_cmd.add_argument("--output-md")
world_class_preflight_cmd.add_argument("--output-html")
world_class_preflight_cmd.add_argument("--generated-at")
world_class_preflight_cmd.set_defaults(func=_handler(command_handlers, "command_world_class_preflight"))