diff --git a/src/cli.rs b/src/cli.rs index f2700c61c..fecbb5ea9 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -223,6 +223,7 @@ async fn process_line(readline: Result, 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 {