keith / rules_multirun

Bazel rules for running multiple commands in parallel in a single bazel invocation
Apache License 2.0
65 stars 13 forks source link

Don't print stacktrace on KeyboardInterrupt #51

Closed neckbosov closed 3 months ago

neckbosov commented 3 months ago

When I run some command via multirun and decide to stop in via Ctrl+C stacktrace is printed by rule. It would be nice to catch interrupt and exit normally because, for me, it's normal behaviour, not rule/command error.