Skip to main content

load_all

Function load_all 

Source
pub async fn load_all(base: &Path) -> Result<HashMap<String, Task>>
Expand description

Load all tasks from the .bears/ directory. Reads files in parallel using tokio. Warns and skips files with invalid frontmatter.