npx @arethetypeswrong/cli -P -f json | jq doesn't work
I get jq: parse error: Unfinished string at EOF at line 1, column 98304

Redirecting the output to a file, and then reading that file with jq does work however.

I think I see something similar when I try to tee the output:


As you can see the terminal output ends unexpectedly.
(But the file I teed to (attw.json) has the complete output and can be parsed by jq)
So it seems something weird happens with the output when it's piped to another command
npx @arethetypeswrong/cli -P -f json | jqdoesn't workI get
jq: parse error: Unfinished string at EOF at line 1, column 98304Redirecting the output to a file, and then reading that file with jq does work however.
I think I see something similar when I try to tee the output:


As you can see the terminal output ends unexpectedly.
(But the file I teed to (
attw.json) has the complete output and can be parsed by jq)So it seems something weird happens with the output when it's piped to another command