Function nu_engine::documentation::get_flags_section

source ยท
pub fn get_flags_section<F>(
    engine_state_opt: Option<&EngineState>,
    signature: &Signature,
    value_formatter: F
) -> String
where F: FnMut(&Value) -> String,