pub fn add_task(
    path: &Path,
    task: Task,
    name: String
) -> Result<(), RustaskError>
Expand description

Add a new task