1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-29 22:28:35 +02:00

Fix tests

This commit is contained in:
Jonathan Turner
2019-06-07 19:54:52 +12:00
parent 7c794dc189
commit 1cd1622019

@ -223,6 +223,7 @@ async fn process_line(readline: Result<String, ReadlineError>, ctx: &mut Context
match pipeline.commands.last() {
Some(ClassifiedCommand::Sink(_)) => {}
Some(ClassifiedCommand::External(_)) => {}
_ => pipeline.commands.push(ClassifiedCommand::Sink(SinkCommand {
command: sink("autoview", autoview::autoview),
args: Args {