Open ocervell opened 10 months ago
It would be nice to have a -f jsonl flag to output JSON in real-time in the console.
-f jsonl
Currently when passing the -f json we need to wait till the end of the run to have the report and nothing is printed in the console meanwhile.
-f json
This would allow consuming the tool's output in real-time with other tools like jq.
jq
What do you think ?
It would be nice to have a
-f jsonl
flag to output JSON in real-time in the console.Currently when passing the
-f json
we need to wait till the end of the run to have the report and nothing is printed in the console meanwhile.This would allow consuming the tool's output in real-time with other tools like
jq
.What do you think ?