Closed monkoose closed 4 years ago
I believe count flag does it. Did you find it?
I found workaround for my needs, just to process output as stream. But count
doesn't work and you get all possible output with --json
flag, and for some query it could be big like 10,000+ items.
Sounds like a legitimate issue. Very happy to take a patch.
I don't have one. Waiting for implementation.
Pushed a fix. Can you test it from master and confirm it works the way you were hoping? If so, I'll make a release.
Seems like works perfectly.
Tested.
Thanks, released as v5.0.17.13
Hello, i have a question. Any possible way to restrict number of generated json items from cmdline tool with
--json
flag, like with--count
for default output? If no, is it planned for future releases?