Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/
Derrors.rs615 pub fn missing_subcommand<N, U>(name: N, usage: U, color: ColorWhen) -> Self in missing_subcommand() method
/external/rust/crates/clap/src/app/
Dparser.rs1218 return Err(Error::missing_subcommand( in get_matches_with()