fix(cli): disable Ink exitOnCtrlC so double-press handler runs #188
@@ -177,6 +177,7 @@ program
|
|||||||
agentName: agentName ?? undefined,
|
agentName: agentName ?? undefined,
|
||||||
projectId,
|
projectId,
|
||||||
}),
|
}),
|
||||||
|
{ exitOnCtrlC: false },
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user