This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
v3.2.0
- documenting tasks args when calling
run
without arguments - presenting list of available tasks from
runfile.js
in more readable way - passing
stdio
directly to spawn/execSync - changing
run
api where now it resolves/returnsnull
by default and resolves/returns with value for optionstdio: 'pipe'
. This allows to return colours to the terminal if provided by commands outcome.