-
Notifications
You must be signed in to change notification settings - Fork 10
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
pipeline use? #16
Comments
I looked at the source, seems like this is where it's coming from: json-repair/cli/jsonrepair-cli.go Lines 59 to 63 in 3cc8f74
It seems to think that there's both file (-f) and input (-i) being supplied, when in fact there isn't. I even get that kind of result with e.g.
But, always passing
Is this expected behavior? |
I will adjust to a better strategy at an appropriate time after work, and add automated unit tests for the pipeline use scenario. |
fixed in 0.0.11. |
@RealAlexandreAI Thank you for taking the time, but, am I crazy or is this still a little broken?
Why does |
Sorry for this matter. I made a simple repair during the weekend. I will keep this issue open until you verify all of your scenarios. |
0.0.13 LGTM! Thanks for digging into it. This is an amazing tool! |
I'm using Darwin arm64 binary downloaded from releases on macOS 14.5 (it self-reports as v0.0.8)
I was hoping to use the CLI in a shell pipeline.
When I tried
I get the somewhat unexplainable output below:
What is the
---
and extra null output{}
above it?I notice that this seems to work though:
The text was updated successfully, but these errors were encountered: