Skip to main content

get_task

Function get_task 

Source
pub fn get_task(
    tasks: &HashMap<String, Task>,
    id_or_prefix: &str,
) -> Result<Task>
Expand description

Get a single task by ID or prefix.