andrewbanchich / shreddit

Delete your Reddit data.
MIT License
235 stars 10 forks source link

Add edit-only option #66

Closed RFBomb closed 1 year ago

RFBomb commented 1 year ago

Includes an info!() comment due to the issue in #35

61

RFBomb commented 1 year ago

For simplicity sake, I created a function for the config that will check both dry run and edit-only mode. It will return TRUE if deletion should be skipped. This allows easily adding on in future if needed too. That way, all the things get the same messages as needed

andrewbanchich commented 1 year ago

For simplicity sake, I created a function for the config that will check both dry run and edit-only mode. It will return TRUE if deletion should be skipped. This allows easily adding on in future if needed too. That way, all the things get the same messages as needed

Perfect!

andrewbanchich commented 1 year ago

Thank you so much!