Closed cacacaio closed 1 year ago
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
Closed in https://github.com/natemoo-re/clack/pull/46, which will be released soon!
Released in https://github.com/natemoo-re/clack/releases/tag/%40clack%2Fprompts%400.4.0
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