Skip to content

Commit 88138ce

Browse files
committed
fix: set writer for archived
1 parent 979d291 commit 88138ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/archived.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ pub fn run(
102102
case_insensitive,
103103
cmd,
104104
},
105+
writer: Box::new(std::io::stdout()),
105106
}
106107
.run()
107108
}

0 commit comments

Comments
 (0)