Searched refs:no_equals (Results 1 – 2 of 2) sorted by relevance
166 return Err(ClapError::no_equals( in get_matches_with()255 return Err(ClapError::no_equals( in get_matches_with()
379 pub(crate) fn no_equals(cmd: &Command, arg: String, usage: Option<StyledStr>) -> Self { in no_equals() method