[][src]Macro nu_test_support::nu_with_plugins

macro_rules! nu_with_plugins {
    (cwd: $cwd:expr, $path:expr, $($part:expr),*) => { ... };
    (cwd: $cwd:expr, $path:expr) => { ... };
    ($cwd:expr, $path:expr) => { ... };
}