Skip to content

Commit 8a14c28

Browse files
authored
Update pipelines.md (#1886)
1 parent 464a6ed commit 8a14c28

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lang-guide/chapters/pipelines.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ It runs `(^cmd1 | ^cmd2; ^cmd3 | ^cmd4)` first, then pipes _stdout and stderr_ t
130130
| cmd3 | Piped | Terminal |
131131
| cmd4 | Piped | Piped |
132132

133-
::: warning
134-
135-
Please note that the following 3 examples are currently broken due to a regression documented [issue #15326](https://github.com/nushell/nushell/issues/15326).
136-
137-
:::
138-
139133
- (^cmd1 | ^cmd2; ^cmd3 | ^cmd4) o> test.out
140134

141135
| Command | Stdout | Stderr |

0 commit comments

Comments
 (0)