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

Allow editing toml in place #171

Merged
merged 2 commits into from
Sep 1, 2023

Conversation

thejcannon
Copy link
Contributor

Fixes #130

@kislyuk
Copy link
Owner

kislyuk commented Aug 31, 2023

Thanks @thejcannon. I have a branch for enabling --in-place with xq, but it's not as trivial there (the xml library expects a binary stream while we provide a text one, or something) so I'm happy to merge this before that's ready.

The tests are failing though. What environment did you test in? Could you please take a look and see if you can fix the tests?

@thejcannon
Copy link
Contributor Author

@kislyuk fixed!

@kislyuk kislyuk merged commit b82e1b9 into kislyuk:develop Sep 1, 2023
17 checks passed
@thejcannon thejcannon deleted the jcannon/toml-in-lace branch September 1, 2023 20:56
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.

tomlq: -i/--in-place can only be used with -y/-Y
2 participants