bolt icon indicating copy to clipboard operation
bolt copied to clipboard

Spinner in human outputter using `--stream` is annoying

Open donoghuc opened this issue 2 years ago • 1 comments

Describe the Bug

When using the --stream option and the human outputter the spinner is a nuisance.

Expected Behavior

When i use --stream I dont want the spinner, and i dont want to have to make a configuration change to get rid of it.

donoghuc avatar Jan 18 '23 00:01 donoghuc

Unrelated to the spinner and this might be a feature request, but I was thinking it would be cool if there was a block like without_default_logging but for streaming. For instance:

with_streaming_output () || {
    run_command('tail -f /var/log/messages', $target)
}

Not sure if this is feasible.

Edit: I'm just going to create a feature request for this, because apparently you already mentioned this as a potential solution :laughing: inception..

Ziaunys avatar Mar 10 '23 19:03 Ziaunys