forked from extern/nushell
Add pipeline redirection support (#4594)
* redirection * Remove commented-out * fix tests * more fixes
This commit is contained in:
@ -278,6 +278,8 @@ impl NuCompleter {
|
||||
&mut stack,
|
||||
&block,
|
||||
PipelineData::new(new_span),
|
||||
true,
|
||||
true,
|
||||
);
|
||||
|
||||
let v: Vec<_> = match result {
|
||||
|
Reference in New Issue
Block a user