github shenwei356/rush v0.3.0
rush v0.3.0

latest releases: v0.9.0, v0.8.0, v0.7.0...
8 years ago

This version is contributed by @bburgin. details.

Changelog

  • Added --propagate-exit-status command line arg, default true.
    Propagates child process exit status to rush exit status, so rush fails if a child fails

  • Added --print-retry-output command line arg, default true.
    Prints child output from retries, so users can see what caused retries

  • Added --kill-on-ctrl-c command line arg, default true
    Toggles child process kill or not

  • For windows if --kill-on-ctrl-c, kill whole child process tree, so we don't orphan child processes

  • Modified logic to print child output even if commands failed, so users can see what failed

Don't miss a new rush release

NewReleases is sending notifications on new releases.