Searched refs:get_help_template (Results 1 – 3 of 3) sorted by relevance
19 if let Some(tmpl) = cmd.get_help_template() { in write_help()
349 if let Some(help_template) = cmd.get_help_template() { in assert_app()
3745 pub(crate) fn get_help_template(&self) -> Option<&StyledStr> { in get_help_template() method