pub fn handle_analyze( path: PathBuf, json: bool, detailed: bool, display: Option<DisplayFormat>, _only: Option<Vec<String>>, color_scheme: Option<ColorScheme>, quiet: bool, ) -> Result<String>