tasklib icon indicating copy to clipboard operation
tasklib copied to clipboard

Add TaskWarrior().purge_task() - Permanently remove Task instances

Open mpenning opened this issue 2 years ago • 0 comments

This PR adds purge_task() which is a missing part of the official TaskWarrior API.

I templated this off the delete_task() method and added a force purge before delete in case the user forgets.

mpenning avatar Jan 01 '24 11:01 mpenning