pub static SUPPRESS_STDERR: AtomicBoolExpand 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.