Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/parser/
Dvalidator.rs70 return Err(Error::missing_subcommand( in validate()
/third_party/rust/crates/clap/src/error/
Dmod.rs509 pub(crate) fn missing_subcommand( in missing_subcommand() method