🚀 Enhancements
Send errors to std.Error. Better error handling @aknysh (#113)
what
- Send errors to
std.Error
- Better error handling
why
- In CI/CD systems we usually disable
std.Output
(to not print all the info to the logs), but want to see the errors printed tostd.Error
- Put all error handling in separate functions in utils - DRY code
references
- Closes #112