Home
last modified time | relevance | path

Searched refs:SuggestedSubcommand (Results 1 – 11 of 11) sorted by relevance

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/error/
Dcontext.rs27 SuggestedSubcommand, enumerator
56 Self::SuggestedSubcommand => Some("Suggested Subcommand"), in as_str()
Dformat.rs85 if let Some(valid) = error.get(ContextKind::SuggestedSubcommand) { in format_error()
Dmod.rs501 ContextKind::SuggestedSubcommand, in invalid_subcommand()
/external/rust/android-crates-io/crates/clap_builder/src/error/
Dcontext.rs27 SuggestedSubcommand, enumerator
56 Self::SuggestedSubcommand => Some("Suggested Subcommand"), in as_str()
Dformat.rs78 if let Some(valid) = error.get(ContextKind::SuggestedSubcommand) { in format_error()
Dmod.rs505 ContextKind::SuggestedSubcommand, in invalid_subcommand()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/error/
Dcontext.rs27 SuggestedSubcommand, enumerator
56 Self::SuggestedSubcommand => Some("Suggested Subcommand"), in as_str()
Dformat.rs85 if let Some(valid) = error.get(ContextKind::SuggestedSubcommand) { in format_error()
Dmod.rs501 ContextKind::SuggestedSubcommand, in invalid_subcommand()
/external/rust/android-crates-io/extra_versions/crates/clap/src/error/
Dcontext.rs28 SuggestedSubcommand, enumerator
Dmod.rs371 ContextKind::SuggestedSubcommand, in invalid_subcommand()
561 ContextKind::SuggestedSubcommand, in unknown_argument()
731 let valid_sub = self.get_context(ContextKind::SuggestedSubcommand); in write_dynamic_context()
915 let valid_sub = self.get_context(ContextKind::SuggestedSubcommand); in write_dynamic_context()