pub fn run<P, A>( cwd: P, args: A, logger: Box<dyn Log>, filter: LevelFilter, ) -> Result<(), Report>where P: Into<PathBuf>, A: IntoIterator<Item = OsString>,
Run the driver as if it was invoked from the command-line