Be less eager to use live-updating table
As a human, reading the table is very easy, and nice to use. However for scripting use, it's not.
Currently, adding in certain filters like sort force a live table, even when --output is specified. Removing the sort outputs in the correct format.
this seems like a bug—we should only use the live table when the output is a tty
Is it doing explicit tty detection? I was just reading the output in the terminal to test this, rather than piping it to a file. Either way yeah it might be, probably just needs to obey the --output flag more.
Hello good afternoon 😊
Yeah it does tty detection, when you write to a file it will do the right thing
fixed in the next release