fix(mc): fix runtime issue when starting mc

This commit is contained in:
2025-03-11 16:04:13 -06:00
parent b72f1eef9a
commit 6f08e2b274
2 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ def main(ctx: typer.Context) -> None:
driver=None,
project=None,
env=[],
volume=[],
name=None,
no_connect=False,
no_mount=False,