We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the --ungron option I'd expect the --no-sort option to take effect too, but unfortunately it's being ignored.
--ungron
--no-sort
Example:
$ echo '{"z": "first", "a": "last"}' | gron --no-sort | gron --no-sort --ungron { "a": "last", "z": "first" }
Maybe related to #102 ?
The text was updated successfully, but these errors were encountered:
It think this issue is in reality a request for a --insert-order flag
--insert-order
Sorry, something went wrong.
No branches or pull requests
When using the
--ungron
option I'd expect the--no-sort
option to take effect too,but unfortunately it's being ignored.
Example:
Maybe related to #102 ?
The text was updated successfully, but these errors were encountered: