This commit is contained in:
2025-11-29 11:51:59 +03:00
parent 47fda23431
commit 2a96dfcabe
28 changed files with 103 additions and 242 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ router = Router(title="Server Management")
description="Start the server",
flags=Flags(
[
Flag("port", help="Server port", default="8080"),
Flag("host", help="Server host", default="localhost"),
Flag("debug", help="Enable debug mode"),
Flag("port"),
Flag("host"),
Flag("debug"),
]
),
aliases=["run"],