You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run neverest synchronize, it prints its current action, and then a carriage return (but not a newline), and the next action.
Writing after the carrige return effectively overwrites the last line, so when looking at the produced output, I can only ever read the last action, but not what happened previously.
Is it possible to print just one line at a time and not overwrite it with the following, so the output is a stream of lines like a regular command?
The text was updated successfully, but these errors were encountered:
When I run
neverest synchronize
, it prints its current action, and then a carriage return (but not a newline), and the next action.Writing after the carrige return effectively overwrites the last line, so when looking at the produced output, I can only ever read the last action, but not what happened previously.
Is it possible to print just one line at a time and not overwrite it with the following, so the output is a stream of lines like a regular command?
The text was updated successfully, but these errors were encountered: