fix(cli): improve ui arg passthrough

This commit is contained in:
Peter Steinberger
2025-12-13 17:09:13 +00:00
parent 2b29d08064
commit 3b283f3167
3 changed files with 11 additions and 13 deletions

View File

@@ -63,4 +63,3 @@ export async function runClawdisMac(
const res = await runCommandWithTimeout(argv, opts?.timeoutMs ?? 30_000);
return { stdout: res.stdout, stderr: res.stderr, code: res.code };
}