Skip to main content

cmd_desc_i18n

Function cmd_desc_i18n 

Source
pub fn cmd_desc_i18n(name: &str) -> Option<Cow<'static, str>>
Expand description

Look up the i18n translation for a built-in command description. Returns None for unknown command names (callers fall back to the static desc field).