/// Output format for serialized reports.
#[derive(Clone, Debug)]pubenumOutputFormat{/// Human-readable text output
Text,/// Machine-readable JSON output
Json,/// CSV format for data processing
Csv,/// Plain text without formatting for scripting
Plain,}