mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-04 10:30:23 +00:00
fix: Use BufWriter for list output #26
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @killercup on 2/12/2025
Also replaces one
print
call withwrite
.Fixes #702