devbox
devbox copied to clipboard
Support passing `SIGINT` to scripts that are running via `devbox run`
What problem are you trying to solve?
Scripts run via devbox run cannot be cancelled with SIGINT.
What solution would you like?
Handle the SIGINT signal and pass it to the script being execute by devbox run.
Alternatives you've considered
Not running scripts via devbox. That is not desirable as the scripts defined in devbox.json provide a great way to catalog functionality.