Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/output/
Dhelp_template.rs880 self.subcommand_next_line_help(subcommand, spec_vals, longest) in will_subcommands_wrap()
930 fn subcommand_next_line_help(&self, cmd: &Command, spec_vals: &str, longest: usize) -> bool { in subcommand_next_line_help() method