Home
last modified time | relevance | path

Searched refs:UnrecognizedSubcommand (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/extra_versions/crates/clap/src/error/
Dkind.rs84 UnrecognizedSubcommand, enumerator
407 Self::UnrecognizedSubcommand => Some("A subcommand wasn't recognized"), in as_str()
Dmod.rs384 Self::new(ErrorKind::UnrecognizedSubcommand) in unrecognized_subcommand()
751 ErrorKind::UnrecognizedSubcommand => { in write_dynamic_context()
/external/rust/android-crates-io/extra_versions/crates/clap/examples/derive_ref/
Dhand_subcommand.rs29 ErrorKind::UnrecognizedSubcommand, in from_arg_matches()
44 ErrorKind::UnrecognizedSubcommand, in update_from_arg_matches()