We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it would be useful to add an --inplace option where the target destination file is the source file :)
--inplace
The text was updated successfully, but these errors were encountered:
sounds like a good idea. but imo, -w is a better name for the flag. (similar to gofmt).
-w
gofmt
Sorry, something went wrong.
I think you can just use https://linux.die.net/man/1/sponge ?
For reference a similar CLI tool (written in Rust) also uses -w: https://github.com/igtm/envbed
No branches or pull requests
I think it would be useful to add an
--inplace
option where the target destination file is the source file :)The text was updated successfully, but these errors were encountered: