pub fn run_in( ctx: &GenContext, generator: &dyn Generator, args: &[String], opts: Options, ) -> Result<Report>
Apply a generator’s plan against an explicit context (useful for tests and custom hosts).