Skip to main content

delete_task

Function delete_task 

Source
pub fn delete_task(root: &Path, id: &str) -> Result<Task, JotError>
Expand description

Delete a task by ID. Returns the deleted task.