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
Would be nice to have the possibility to have single line output when using --jq. for example when i use --jq 'select(.field == "value") i get nicely formatted json, but it becomes a lot of lines.
A very simple idea could be to add an option --jqc or --jq-c that maps to the jq -c command for compact jq output.
Happy to provide a PR if this is desirable.
The text was updated successfully, but these errors were encountered:
Would be nice to have the possibility to have single line output when using --jq. for example when i use
--jq 'select(.field == "value")
i get nicely formatted json, but it becomes a lot of lines.A very simple idea could be to add an option
--jqc
or--jq-c
that maps to thejq -c
command for compact jq output.Happy to provide a PR if this is desirable.
The text was updated successfully, but these errors were encountered: