pub fn parse_task(
input: &mut &str,
filename: String,
config: &TasksConfig,
) -> PResult<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.