Skip to content

rush v0.3.0

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 21 Feb 15:52
· 92 commits to master since this release

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