tasklib
tasklib copied to clipboard
Add TaskWarrior().purge_task() - Permanently remove Task instances
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.