Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/app/
Dvalidator.rs177 Err(Error::argument_conflict(f, c_with, &*usg, self.0.color())) in build_err()
180 Err(Error::argument_conflict(o, c_with, &*usg, self.0.color())) in build_err()
185 Err(Error::argument_conflict(p, c_with, &*usg, self.0.color())) in build_err()
/external/rust/crates/clap/src/
Derrors.rs411 pub fn argument_conflict<O, U>( in argument_conflict() method