devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Support passing `SIGINT` to scripts that are running via `devbox run`

Open kadaan opened this issue 1 year ago • 5 comments

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.

kadaan avatar Feb 15 '24 03:02 kadaan