This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Releases: karuppiah7890/snail-runner
Releases · karuppiah7890/snail-runner
0.1.1
Features added:
- Show stderr output too in debug mode
- Show finished running status for the commands
- Show the list of failed commands
- Show link to report issues when an error occurs
- Make debug mode output more cleaner with line space between stdout / sterr of different commands
Fixed:
- Fix exit status not being set as 1 when anything goes wrong in snail-runner
- Fix exit status not being set as 1 when any of the commands fail with exit code other than 0
- Fix debug mode getting switched on for any value of SNAIL_DEBUG environment variable
0.0.3
- Run as much commands as possible in parallel without wasting time 🎉
- Debug mode with
SNAIL_DEBUG
😁