Commit e28fa1d
authored
Fix outdated output redirection docs (#2200)
The 0.92.0 release notes document the behavior previously documented here.
Update to current behavior.
The 0.92.0 release notes
> File redirections (`o>`, `e>`, `o+e>`, etc.) now apply to all ***external*** commands inside an expression.
I searched this repository for ` e> `, ` o> `, ` err> `, ` out> `, `subexpression`, `piping`. I was not able to identify release notes that document changed behavior after 0.92.0, and checked the [0.92.0 PR](nushell/nushell#11934) for linked followups or comments.
Resolves #2152
Resolves nushell/nushell#176041 parent ec8d907 commit e28fa1d
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
106 | 118 | | |
107 | | - | |
108 | 119 | | |
109 | 120 | | |
110 | 121 | | |
| |||
0 commit comments