pub fn format_output<T: Serialize>( results: &[T], format: OutputFormat, ) -> Result<String>
Format output to string - FOR INTERNAL USE ONLY