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
I initially thought it would be easy to get output to look like this guy wants his to look: #1462
However, using --indent 0 from commandline jq seems to have simply disabled prettyprinting entirely, and in addition to removing indent characters, it removes newlines as well, which is surprising and unintuitive.
The text was updated successfully, but these errors were encountered:
To elaborate, a common desired output is one field per line, with no [hierarchical] indentation.
Current (alleged buggy) behavior of --indent 0 seems redundant with --compact-output
--thus we either need it fixed, or to find/make another way to specify the desired output.
I initially thought it would be easy to get output to look like this guy wants his to look:
#1462
However, using
--indent 0
from commandlinejq
seems to have simply disabled prettyprinting entirely, and in addition to removing indent characters, it removes newlines as well, which is surprising and unintuitive.The text was updated successfully, but these errors were encountered: