You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
I now think it's my expectations that are wrong. So maybe consider this a feature request.
When there's an error, the info messages go to stdout and the JSON to stderr (which is the opposite of what I'd expect in a unix tool), but also the JSON is prefixed by " ›" on every line, making it unparseable.
I was assuming the goal was to be able to chec ... | jq ..., which would be useful to me for hacking together a quick data validation script.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! When I login & run
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?The text was updated successfully, but these errors were encountered: