PIPE_FAIL

Static PIPE_FAIL 

Source
pub static PIPE_FAIL: ExperimentalOption
Expand description

Enable pipefail feature to ensure that the exit status of a pipeline accurately reflects the success or failure of all commands within that pipeline, not just the last one.

So it helps user writing more rubost nushell script.