~sircmpwn/hare#666: 
Run/build silently

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.

Status
REPORTED
Submitter
~goto-engineering
Assigned to
No-one
Submitted
1 year, 1 month ago
Updated
3 months ago
Labels
driver

~sircmpwn 1 year, 1 month ago

In CI logs et al it should skip it (since stdout is not a TTY).

~yerinalexey 1 year, 1 month ago

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.

~sircmpwn 4 months ago

Sebastian referenced this ticket in commit 02b76a4.

~torresjrjr 4 months ago

Sebastian referenced this ticket in commit 02b76a4.

Register here or Log in to comment, or comment via email.