keith / rules_multirun

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

Don't print stacktrace on KeyboardInterrupt #51

Closed neckbosov closed 8 months ago

neckbosov commented 8 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.