pub static PIPE_FAIL: ExperimentalOptionExpand 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.