pub fn run_cli<R, W, E>( args: &[String], input: R, output: W, diagnostics: E, ) -> i32where R: BufRead, W: Write, E: Write,