nu-test-support 0.113.0

Support for writing Nushell tests
Documentation
1
2
3
4
5
6
7
8
// The `gatekeeper` crate right now only supports unix.
// So we only expose this proxy for unix right now.

#[cfg(unix)]
pub mod proxy;

#[cfg(unix)]
pub use gatekeeper::Address;