pub fn find_profile(name: &str) -> Result<Profile>Expand description
Find a profile by name (case-insensitive exact match).
ยงErrors
Returns ProfileNotFound if no profile matches, or AmbiguousProfile if
multiple profiles have the same name (case-insensitively).