Searched refs:TooFewValues (Results 1 – 4 of 4) sorted by relevance
131 TooFewValues, enumerator325 Self::TooFewValues => Some("more values required for an argument"), in as_str()
291 ErrorKind::TooFewValues => { in write_dynamic_context()
579 let mut err = Self::new(ErrorKind::TooFewValues).with_cmd(cmd); in too_few_values()
236 assert_eq!(m.unwrap_err().kind(), ErrorKind::TooFewValues); in option_min_less()529 assert_eq!(m.unwrap_err().kind(), ErrorKind::TooFewValues); in positional_min_less()