~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
RESOLVED CLOSED
Submitter
~goto-engineering
Assigned to
No-one
Submitted
2 years ago
Updated
1 year, 10 days ago
Labels
driver

~sircmpwn 2 years ago

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

~yerinalexey 2 years 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 1 year, 7 months ago

Sebastian referenced this ticket in commit 02b76a4.

~torresjrjr 1 year, 7 months ago

Sebastian referenced this ticket in commit 02b76a4.

~sircmpwn REPORTED CLOSED 1 year, 10 days ago

Ember Sawady referenced this ticket in commit 7be34d6.

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