mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
Fix tests
This commit is contained in:
parent
7c794dc189
commit
1cd1622019
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue