nu_engine::documentation

Function get_flags_section

Source
pub fn get_flags_section<F>(
    signature: &Signature,
    help_style: &HelpStyle,
    value_formatter: F,
) -> String
where F: FnMut(&Value) -> String,