Skip to main content

check_task_completion

Function check_task_completion 

Source
pub fn check_task_completion(contents: &str) -> TaskStatus
Expand description

Check whether the tasks in contents are complete.

Supports both the checkbox task format (- [ ], - [x], - [~], - [>]) and the enhanced format (- **Status**: [ ] pending).