-
Notifications
You must be signed in to change notification settings - Fork 60
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
Flag option –write-output (-w) does nothing #21
Comments
Hmm, I'm not able to reproduce. Here's an example of running
Can you provide an example of the file(s) that you're running it on? If it helps, you can also get more verbose output from your run by adding a |
Here is a gist of https://gist.github.com/philoserf/0921e7f029bc347b96ec506a14f114ec |
Ahhh, ok, now I see- the I'll update the tool to fail with an error if it detects conflicting output modes. The documentation here could probably also be improved. Thanks for the report! |
I had thought of |
@yolken-segment Thanks for looking into this issue. We want to use both Would you consider support both mode in a single run? |
Any updates on this or something actionable I can help with? |
Expected: using
–write-output
files are updated in placeActual: no files are updated
Reference: https://github.com/segmentio/golines/search?q=writeOutput
The text was updated successfully, but these errors were encountered: