perfops-cli icon indicating copy to clipboard operation
perfops-cli copied to clipboard

Make piping to files work

Open MartinKolarik opened this issue 6 years ago • 0 comments

In some cases, it's useful to pipe the output of a command to a file, especially with perfops curl. Right now the loading animation and all other output is written to stdout and mixed with the response. It should write only the actual response to stdout and everything else to stderr like when using curl directly.

MartinKolarik avatar Mar 05 '19 16:03 MartinKolarik