Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/parser/
H A Dparser.rs352 self.is_new_arg(&n, arg)
643 fn is_new_arg(&self, next: &clap_lex::ParsedArg<'_>, current_positional: &Arg) -> bool { in is_new_arg() functions
647 "Parser::is_new_arg: {:?}:{}", in is_new_arg()
657 debug!("Parser::is_new_arg: Allow hyphen");
661 debug!("Parser::is_new_arg: --<something> found");
666 debug!("Parser::is_new_arg: -<something> found");
670 debug!("Parser::is_new_arg: value");

Completed in 3 milliseconds