If you Ctrl-C out of a command while an inquirer prompt is open, it just adds a couple lines of space and then you have to Ctrl-C again to actually exit. I'd expect the calling program to be the one controlling what happens on SIGINT here.
Is this working as intended? If so, is there a way to be notified when Inquirer has trapped a SIGINT?
If you Ctrl-C out of a command while an inquirer prompt is open, it just adds a couple lines of space and then you have to Ctrl-C again to actually exit. I'd expect the calling program to be the one controlling what happens on SIGINT here.
Is this working as intended? If so, is there a way to be notified when Inquirer has trapped a SIGINT?