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.
pub fn resolve_selection(input: &str) -> Result<String, SelectionError>Resolve a name-or-index string to a selection name. Accepts 1-based index or case-insensitive exact name match.