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

Fix --null-input flag #241

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fix --null-input flag #241

merged 1 commit into from
Dec 3, 2024

Conversation

null-dev
Copy link
Contributor

@null-dev null-dev commented Dec 2, 2024

--null-input long form flag is currently mapped to the wrong short form flag:

❯ jaq --version
jaq 2.0.0

❯ jaq --null-input '.'
Error: unknown flag: -N

❯ jaq -n '.'
null

--null-input long form flag was mapped to the wrong short form flag.
@01mf02 01mf02 merged commit 5fb671b into 01mf02:main Dec 3, 2024
@01mf02
Copy link
Owner

01mf02 commented Dec 3, 2024

Thanks for the correction!

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 this pull request may close these issues.

2 participants