Searched defs:long_help (Results 1 – 4 of 4) sorted by relevance
13 char *long_help; member
60 pub(crate) long_help: Option<StyledStr>, field2171 pub fn long_help(mut self, h: impl IntoResettable<StyledStr>) -> Self { in long_help() method
66 pub(crate) long_help: Option<&'help str>, field2729 pub fn long_help(mut self, h: impl Into<Option<&'help str>>) -> Self { in long_help() method