Home
last modified time | relevance | path

Searched refs:no_equals (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/src/parser/
Dparser.rs166 return Err(ClapError::no_equals( in get_matches_with()
255 return Err(ClapError::no_equals( in get_matches_with()
/third_party/rust/crates/clap/src/error/
Dmod.rs379 pub(crate) fn no_equals(cmd: &Command, arg: String, usage: Option<StyledStr>) -> Self { in no_equals() method