pub fn format_exec_result(
result: &Value,
format: &str,
fields: Option<&str>,
) -> StringExpand description
Render a module execution result.
ยงArguments
resultโserde_json::Value(theoutputfield from the executor response)formatโ"table","json","csv","yaml", or"jsonl"fieldsโ optional comma-separated dot-paths to select from the result