pub fn nu_with_plugin_run_test<E, K, V>( cwd: impl AsRef<Path>, envs: E, plugins: &[&str], command: &str, ) -> Outcomewhere E: IntoIterator<Item = (K, V)>, K: AsRef<OsStr>, V: AsRef<OsStr>,