Is your feature request related to a problem? Please describe.
It's kinda frustating to have to put a isCancel after each prompt.
Describe the solution you'd like
Somewhere I can define a onCancel, that always like exits the process for example.
Describe alternatives you've considered
Have an onCancel prop on each prompt, so that if you Ctrl + C it auto executes the function on the prop
Is your feature request related to a problem? Please describe.
It's kinda frustating to have to put a isCancel after each prompt.
Describe the solution you'd like
Somewhere I can define a onCancel, that always like exits the process for example.
Describe alternatives you've considered
Have an onCancel prop on each prompt, so that if you Ctrl + C it auto executes the function on the prop