bennyboer / thaw

Hierarchical organizable and versionable document tool with export to PDF
MIT License
4 stars 1 forks source link

Enhancement: CLI command to clear the Thaw cache #64

Closed badalsarkar closed 3 years ago

badalsarkar commented 3 years ago

Fixes #62 . A new sub-command clean has been added. Running thaw clean will empty the root cache folder.

I have used apache commons io. Let me know if that is alright. Also, let me know if the handling of IOException is okay or you want me to change something.

I have also updated the THIRD_PARTY_NOTICE.md file to include apache commons io license.