//! CLI handler for `pmat analyze defects` command
//!
//! Scans projects for known defect patterns with text, JSON, and JUnit output formats
//! for CI/CD integration. Based on docs/issues/analyze-defects-command.md
// Re-export public API
pub use handle_analyze_defects;
pub use ;