Home
last modified time | relevance | path

Searched defs:has_subcommand (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/examples/derive_ref/
Dhand_subcommand.rs63 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
/third_party/rust/crates/clap/src/
Dderive.rs342 fn has_subcommand(name: &str) -> bool; in has_subcommand() method
463 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
/third_party/rust/crates/clap/clap_derive/src/derives/
Dsubcommand.rs65 let has_subcommand = gen_has_subcommand(variants)?; in gen_for_enum() localVariable