This commit is contained in:
2025-05-22 23:53:24 +09:00
parent f97da41595
commit ef6605ff64
4 changed files with 17 additions and 3 deletions

View File

@ -22,7 +22,7 @@ def main():
command = sys.argv[1]
if command in {"summarize", "ask", "setup"}:
if command in {"summarize", "ask", "setup", "server"}:
run_script(command)
else:
print(f"❓ 未知のコマンド: {command}")