fix(cli): disable Ink exitOnCtrlC so double-press handler runs (#188)
ci/woodpecker/push/ci Pipeline was successful

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit was merged in pull request #188.
This commit is contained in:
2026-03-16 13:55:19 +00:00
committed by jason.woltje
parent f0476cae92
commit c1d3dfd77e
+1
View File
@@ -177,6 +177,7 @@ program
agentName: agentName ?? undefined, agentName: agentName ?? undefined,
projectId, projectId,
}), }),
{ exitOnCtrlC: false },
); );
}, },
); );