zaaack / foy

A simple, light-weight, type-friendly and modern task runner for general purpose.
http://zaaack.github.io/foy
MIT License
260 stars 14 forks source link

Add flag to prevent console log of sub task name #4

Closed dominicporteous closed 5 years ago

dominicporteous commented 5 years ago

Default operation remains the same, can define logTask: false in global or task options to prevent the Task: example output.

zaaack commented 5 years ago

@dominicporteous Thanks for your contribution! 👍 There are some unpushed commits on a computer that not on my hand for the moment, I'll publish new version tommorrow.

dominicporteous commented 5 years ago

@zaaack No worries, appreciate it! Big props for your work on Foy.. its been a pleasure to use and migrating from our bash based builds cut the time buy around 2/3 (mostly due to the parallel task execution)