quake-build / quake-old

A meta-build system powered by nushell
https://quake.build
MIT License
9 stars 0 forks source link

Prefix task output with task name #25

Open cassaundra opened 10 months ago

cassaundra commented 10 months ago

With concurrent builds having been introduced, all task outputs are combined together in one stream, making it sometimes impossible to tell where output actually came from. With #22, we can stylize with a simple stylized prefix in the output, and an extra field in the log.

Depends on #22.