From 7532da9771bee0aeb5d96f1388e521efcd8ee863 Mon Sep 17 00:00:00 2001 From: Wind Date: Sat, 26 Apr 2025 10:03:44 +0800 Subject: [PATCH] Update pipelines.md --- lang-guide/chapters/pipelines.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lang-guide/chapters/pipelines.md b/lang-guide/chapters/pipelines.md index 6aafb1cd0f..c88439b3b5 100644 --- a/lang-guide/chapters/pipelines.md +++ b/lang-guide/chapters/pipelines.md @@ -130,12 +130,6 @@ It runs `(^cmd1 | ^cmd2; ^cmd3 | ^cmd4)` first, then pipes _stdout and stderr_ t | cmd3 | Piped | Terminal | | cmd4 | Piped | Piped | -::: warning - -Please note that the following 3 examples are currently broken due to a regression documented [issue #15326](https://github.com/nushell/nushell/issues/15326). - -::: - - (^cmd1 | ^cmd2; ^cmd3 | ^cmd4) o> test.out | Command | Stdout | Stderr |