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
Although both use the short -c, they differ on the long version, as I found when dropping jaq in place of jq in a few of my codebases:
-c
jaq
jq
error: Found argument '--compact-output' which wasn't expected, or isn't valid in this context Did you mean '--compact'?
This looks really easy to bring into alignment, if that's desirable.
https://github.com/search?q=repo%3A01mf02%2Fjaq%20compact&type=code
The text was updated successfully, but these errors were encountered:
--compact
--compact-output
Hi @colindean, you're absolutely right. I changed this now. Have a good day!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Although both use the short
-c
, they differ on the long version, as I found when droppingjaq
in place ofjq
in a few of my codebases:This looks really easy to bring into alignment, if that's desirable.
https://github.com/search?q=repo%3A01mf02%2Fjaq%20compact&type=code
The text was updated successfully, but these errors were encountered: