Home
last modified time | relevance | path

Searched refs:remove_overrides (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/clap/src/parser/
H A Dparser.rs1358 fn remove_overrides(&self, arg: &Arg, matcher: &mut ArgMatcher) { in remove_overrides() functions
1359 debug!("Parser::remove_overrides: id={:?}", arg.id); in remove_overrides()
1361 debug!("Parser::remove_overrides:iter:{:?}: removing", override_id); in remove_overrides()
1375 debug!("Parser::remove_overrides:iter:{:?}: removing", overrider_id); in remove_overrides()
1502 self.remove_overrides(arg, matcher); in start_custom_arg()

Completed in 3 milliseconds