Skip to main content

parse_task

Function parse_task 

Source
pub fn parse_task(
    input: &mut &str,
    path: &Path,
    config: &TasksConfig,
) -> Result<Task>
Expand description

Parses a Task from an input string. Filename must be specified to be added to the task.

§Errors

Will return an error if the task can’t be parsed.