neverest icon indicating copy to clipboard operation
neverest copied to clipboard

Print output as stream

Open WhyNotHugo opened this issue 1 year ago • 1 comments

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?

WhyNotHugo avatar Dec 18 '24 15:12 WhyNotHugo

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!

soywod avatar Dec 19 '24 08:12 soywod