Home
last modified time | relevance | path

Searched defs:with_cmd (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/error/
Dmod.rs144 pub fn with_cmd(self, cmd: &Command) -> Self { in with_cmd() method
/external/rust/crates/clap/3.2.23/src/error/
Dmod.rs196 pub(crate) fn with_cmd(self, cmd: &Command) -> Self { in with_cmd() method