Would be nice to add a silent
flag that suppresses the ####### status bar during build for use in scripts. In non-interactive environments (e.g. CI/logs/scripts) this gets a bit spammy.
In CI logs et al it should skip it (since stdout is not a TTY).
The real problem was that some environments remove carriage returns to "clean up" the text, which breaks the progress bar redraw. We should probably instead use
\x1b[0G
(move to column 0) terminal escape.
Sebastian referenced this ticket in commit 02b76a4.
Sebastian referenced this ticket in commit 02b76a4.
Ember Sawady referenced this ticket in commit 7be34d6.