Skip to main content

resolve_selection

Function resolve_selection 

Source
pub fn resolve_selection(input: &str) -> Result<String, SelectionError>
Expand description

Resolve a name-or-index string to a selection name. Accepts 1-based index or case-insensitive exact name match.