forked from extern/nushell
Fix tests
This commit is contained in:
parent
7c794dc189
commit
1cd1622019
@ -223,6 +223,7 @@ async fn process_line(readline: Result<String, ReadlineError>, ctx: &mut Context
|
|||||||
|
|
||||||
match pipeline.commands.last() {
|
match pipeline.commands.last() {
|
||||||
Some(ClassifiedCommand::Sink(_)) => {}
|
Some(ClassifiedCommand::Sink(_)) => {}
|
||||||
|
Some(ClassifiedCommand::External(_)) => {}
|
||||||
_ => pipeline.commands.push(ClassifiedCommand::Sink(SinkCommand {
|
_ => pipeline.commands.push(ClassifiedCommand::Sink(SinkCommand {
|
||||||
command: sink("autoview", autoview::autoview),
|
command: sink("autoview", autoview::autoview),
|
||||||
args: Args {
|
args: Args {
|
||||||
|
Loading…
Reference in New Issue
Block a user