pub(crate) fn run_file<O: Write, E: Write + Clone + Send>( stdout: &mut O, stderr: &mut E, io_handle: Rc<SnixStoreIO>, path: PathBuf, args: &Args, )