pub fn print_output<T: Serialize>( json_mode: bool, value: &T, table_fn: impl FnOnce() -> Table, ) -> Result<()>
Convenience wrapper: render to stdout.
Returns an error if JSON serialization or writing fails.