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