Hello! When I login & run $ chec request GET /v1/products > chec.json I'm suprised to find the first line of output is `- Processing...\n` before the JSON data starts. Shouldn't this be sent to `stderr`, so my shell redirect produces a valid JSON file?
Hello! When I login & run
I'm suprised to find the first line of output is
- Processing...\nbefore the JSON data starts.Shouldn't this be sent to
stderr, so my shell redirect produces a valid JSON file?