Function run

Source
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>,
Expand description

Run the driver as if it was invoked from the command-line