Skip to content

Commit

Permalink
fix: set writer for archived
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Feb 21, 2025
1 parent 979d291 commit 88138ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/archived.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ pub fn run(
case_insensitive,
cmd,
},
writer: Box::new(std::io::stdout()),
}
.run()
}

0 comments on commit 88138ce

Please # to comment.