Clear screen before build
It's really annoying to search the console for the current output after multiple rebuilds, the console simply becomes a mess. It would be great to clear the console before approaching a new build, neither -build="reset && gb build all" nor multiple -build="reset" -build="gb build all" work though.
Any idea how to fix this?
Hey so I know this issue is 2 years old but I recently needed to run a multi-step build as well so I made a fork that includes this functionality: https://github.com/KevinShiCA/CompileDaemon. It's largely untested, but it works for my use case and all cases that I could think of.
Thanks @KevinShiCA. I was looking for exactly this just a few days ago.