You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: set colour env vars if available (#111)
* feat: set colour env vars if available
* chore: additional run tests
* fix: race condition in tests
* chore: lint
Add option to run dependencies asynchronously (#106)
* Add option to run dependencies asynchronously
* Document runDeps task attribute
* Do not cancel other async deps on error
* Add log prefix to all scripts
The prefixes are padded with spaces when the task has dependencies
* Fix bug when an attribute is on the last line
* Fix lint issues
* Add tests for prefix logger
* Add deps behaviour to task display
* Add interactive attribute to disable log prefixing