pub fn run_cli<D>() -> Result<()>where
D: Detector + 'static,Expand description
Parses CLI args, runs a Touchstone evaluation for detector D, and prints
the report. The display name is taken from D::name().
Used by the touchstone_main! macro. Call directly if you need to register
custom metrics before running.