neverest
neverest copied to clipboard
Print output as stream
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?
I believe this is a bug that has been fixed on Himalaya CLI but not yet on Neverest CLI. Thank you for pointing it out!