bolt
bolt copied to clipboard
Spinner in human outputter using `--stream` is annoying
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.
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..