Skip to main content

SUPPRESS_STDERR

Static SUPPRESS_STDERR 

Source
pub static SUPPRESS_STDERR: AtomicBool
Expand description

Controls whether plugin stderr is forwarded to Nushell’s stderr.

Plugin stderr is inherited by default, so anything written by a plugin to stderr is shown directly to the user. When this flag is set, that forwarding is suppressed for plugin processes started while the flag is active.