[][src]Function task_hookrs::tw::save

pub fn save<'a, T>(tasks: T) -> Result<()> where
    T: IntoIterator<Item = &'a Task>, 

This will save the given tasks to taskwarrior. Call with Some(&task) if you just have one task. This will block until the save was successful.