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

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
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

View File

@@ -177,6 +177,7 @@ program
agentName: agentName ?? undefined,
projectId,
}),
{ exitOnCtrlC: false },
);
},
);