pub fn print_data(
data: PrintableData,
output_format: OutputValues,
output_type: OutputType,
)Expand description
Prints the given data using the requested format and verbosity.
ยงArguments
data- Data container to print.output_format- Output format (table or json).output_type- Verbosity level for table output.