You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am planning to use this in a GitHub action, and currently i have to keep track of the original file, the comments file and the output file, and delete the comments file in post plus mv the output file to the original file's name.
Additionally it would be neat to strip a file and write the output into the original file
Currently running i.e. ./json_comment --strip my.comments < hud_screen.json > hud_screen.json results in the file becoming empty
The text was updated successfully, but these errors were encountered:
I am planning to use this in a GitHub action, and currently i have to keep track of the original file, the comments file and the output file, and delete the comments file in post plus
mv
the output file to the original file's name.Additionally it would be neat to strip a file and write the output into the original file
Currently running i.e.
./json_comment --strip my.comments < hud_screen.json > hud_screen.json
results in the file becoming emptyThe text was updated successfully, but these errors were encountered: