Function task_hookrs::tw::save

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

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.