Searched defs:has_subcommand (Results 1 – 3 of 3) sorted by relevance
63 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
342 fn has_subcommand(name: &str) -> bool; in has_subcommand() method463 fn has_subcommand(name: &str) -> bool { in has_subcommand() method
65 let has_subcommand = gen_has_subcommand(variants)?; in gen_for_enum() localVariable