fix(cli): disable Ink exitOnCtrlC so double-press handler runs #188
Reference in New Issue
Block a user
Delete Branch "fix/tui-ctrl-c-exit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
in Ink defaults to , which terminates the process at the framework level before ever fires. Our double-press Ctrl+C logic (clear input → show hint → exit on second press) was unreachable.
Fix
Pass to . The TuiApp handler now owns the full Ctrl+C lifecycle: