/// Generic output format options that can be shared across commands
#[derive(Debug, Clone)]pubstructOutputOptions{pubjson:bool,
publong_format:bool,
pubshow_id:bool,
pubshow_status:bool,
pubshow_platform:bool,
pubshow_location:bool,
pubshow_activity:bool,
}// Note: Constructor methods (minimal, detailed, json) were removed as they were unused.
// Output options are now constructed directly where needed.