fix command argument

This commit is contained in:
MustafaJafar 2025-03-19 12:12:15 +02:00
parent 71819f1ed6
commit 3636f5d9cc

View file

@ -79,7 +79,7 @@ class CoreAddon(BaseServerAddon):
f"{IDENTIFIER_PREFIX}.create_project_structure":
return await executor.get_launcher_action_response(
args=[
"create_project_structure",
"create-project-structure",
"--project", project_name,
]
)