Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/error/
H A Dmod.rs98 self.with_cmd(cmd) in format()
105 /// - [`Error::with_cmd`]
118 /// .with_cmd(&cmd);
144 pub fn with_cmd(self, cmd: &Command) -> Self { in with_cmd() functions
280 Self::new(kind).set_message(styled).with_cmd(cmd) in for_app()
353 let mut err = Self::new(ErrorKind::ArgumentConflict).with_cmd(cmd);
380 let mut err = Self::new(ErrorKind::NoEquals).with_cmd(cmd);
402 let mut err = Self::new(ErrorKind::InvalidValue).with_cmd(cmd);
432 let mut err = Self::new(ErrorKind::InvalidSubcommand).with_cmd(cmd);
470 let mut err = Self::new(ErrorKind::InvalidSubcommand).with_cmd(cm
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dvalue_parser.rs673 /// .with_cmd(cmd);
840 crate::Error::value_validation(arg, value.to_owned(), e.into()).with_cmd(cmd) in parse_ref()
1365 .with_cmd(cmd) in parse_ref()
1376 .with_cmd(cmd)); in parse_ref()
1389 .with_cmd(cmd) in parse_ref()
1563 .with_cmd(cmd) in parse_ref()
1574 .with_cmd(cmd)); in parse_ref()
1587 .with_cmd(cmd) in parse_ref()
1847 .with_cmd(cmd) in parse_ref()
2044 .with_cmd(cm in parse_ref()
[all...]

Completed in 4 milliseconds