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