Searched refs:get_matches_from_safe_borrow (Results 1 – 2 of 2) sorted by relevance
1519 self.get_matches_from_safe_borrow(itr).unwrap_or_else(|e| { in get_matches_from()1576 self.get_matches_from_safe_borrow(itr) in get_matches_from_safe()1600 pub fn get_matches_from_safe_borrow<I, T>(&mut self, itr: I) -> ClapResult<ArgMatches<'a>> in get_matches_from_safe_borrow() method
307 * fixes a panic when using global args and calling App::get_matches_from_safe_borrow multiple tim…