Skip to content

Commit 88138ce

Browse files
committedFeb 21, 2025·
fix: set writer for archived
1 parent 979d291 commit 88138ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/archived.rs

+1
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)
Please sign in to comment.