-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add option to modify files in-place #191
Comments
The first part should already be handled by #186 |
Also for the second part I don't think it would be good as the default (although I'd be open to having a flag to configure) It's writing to a temp file and then renaming things to handle atomic file writing. Writing to the file in-place can lead to issues where an operation was only able to partially complete (the machine may power off before finishing for instance) |
Would love it if:
The text was updated successfully, but these errors were encountered: