Skip to main content

parse_category

Function parse_category 

Source
pub fn parse_category(s: &str) -> Option<StateCategory>
Expand description

Parse a normalized state-category name (triage, backlog, open, in_progress, pending, done, canceled) into a [StateCategory]. Returns None for any other string. Shared by config parsing and the CLI.