Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: route stderr to stderr and not stdout when using WithStandardStreams #37

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Conversation

thomasnemer
Copy link
Contributor

Is there any reason why c.StderrWriter is routed to &c.stdout and not &c.stderr ?

@dylanhitt
Copy link
Member

Hey @thomasnemer 👋

Thanks for the PR. Yes, that is odd. Looking through commit history it looks to be a bug..maybe?? @SimonBaeumer on the surface I can't tell if this was intentional or not. Care to provide some insight? On the surface I don't see why it would write like this.

Copy link
Member

@dylanhitt dylanhitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks to be fine. 👍 Expect it to be our in the in 1.6.0

Thank you. Cheers

@dylanhitt dylanhitt merged commit 769d7ec into commander-cli:master Nov 24, 2022
@thomasnemer
Copy link
Contributor Author

Nice, thanks a lot :)

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.

None yet

2 participants