pub fn render(
index: &OperationIndex,
filter: &ListFilter,
output: ListOutput,
) -> (String, usize)Expand description
Render selected operations as either an aligned table or JSON. Returns the rendered string and the count of matched operations.