Skip to content

fix(output): write Info messages to stderr#2

Merged
vdemeester merged 1 commit intomainfrom
fix/info-to-stderr
Jan 30, 2026
Merged

fix(output): write Info messages to stderr#2
vdemeester merged 1 commit intomainfrom
fix/info-to-stderr

Conversation

@vdemeester
Copy link
Copy Markdown
Owner

Summary

  • Info messages are metadata about the process, not actual output
  • Writing them to stderr allows piping stdout to other tools

Example

nixpkgs-pr-watch -o urls | xargs lazypr

Info messages are metadata about the process, not actual output.
Writing them to stderr allows piping stdout to other tools like lazypr:

  nixpkgs-pr-watch -o urls | xargs lazypr

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vdemeester vdemeester merged commit 1c5c171 into main Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant