diff --git a/src/index.ts b/src/index.ts index 5d6f7ad..6fc224a 100755 --- a/src/index.ts +++ b/src/index.ts @@ -441,6 +441,7 @@ async function main(): Promise { memfs: { type: "boolean" }, "no-memfs": { type: "boolean" }, + "max-turns": { type: "string" }, }, strict: true, allowPositionals: true,