Skip to content
New issue

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

jq has --compact-output, jaq has --compact #140

Closed
colindean opened this issue Nov 30, 2023 · 1 comment · Fixed by #148
Closed

jq has --compact-output, jaq has --compact #140

colindean opened this issue Nov 30, 2023 · 1 comment · Fixed by #148

Comments

@colindean
Copy link

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:

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

@01mf02
Copy link
Owner

01mf02 commented Jan 10, 2024

Hi @colindean, you're absolutely right. I changed this now. Have a good day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants