bombshell-dev / clack

Effortlessly build beautiful command-line apps
https://clack.cc
5.63k stars 96 forks source link

Option for global onCancel #37

Closed cacacaio closed 1 year ago

cacacaio commented 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

natemoo-re commented 1 year ago

Closed in https://github.com/natemoo-re/clack/pull/46, which will be released soon!

natemoo-re commented 1 year ago

Released in https://github.com/natemoo-re/clack/releases/tag/%40clack%2Fprompts%400.4.0