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 --slurpfile flag #242

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fix --slurpfile flag #242

merged 1 commit into from
Dec 3, 2024

Conversation

null-dev
Copy link
Contributor

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

--slurpfile is currently silently ignored due to a small typo:

❯ jaq --version
jaq 2.0.0

❯ jaq --slurpfile foo <(echo 1) -n '$foo'
Error: undefined variable
  ╭─[<inline>]
  │
1 │ $foo
  ┆ ──┬─
  ┆   │
  ┆   ╰── undefined variable
──╯

`--slurpfile` is currently silently ignored due to a small typo.
@01mf02 01mf02 merged commit b50f483 into 01mf02:main Dec 3, 2024
@01mf02
Copy link
Owner

01mf02 commented Dec 3, 2024

Thanks for spotting this!

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