mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #483] [MERGED] fix: status mesages go to stderr not stdout #505
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/483
Author: @bootandy
Created: 4/1/2025
Status: ✅ Merged
Merged: 4/2/2025
Merged by: @bootandy
Base:
master← Head:use_stderr_for_logs📝 Commits (1)
9836adafix: status mesages go to stderr not stdout📊 Changes
3 files changed (+14 additions, -11 deletions)
View changed files
📝
src/config.rs(+1 -4)📝
src/progress.rs(+10 -7)📝
tests/test_flags.rs(+3 -0)📄 Description
Progress spinner and status line are written to stderr instead of stdout.
No longer any need to detect if stdout is being redirected.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.