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: output version to stdout instead of command out #43

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

kzantow
Copy link
Contributor

@kzantow kzantow commented Feb 9, 2024

The Version command had been modified to output to the command output, but this defaults to stderr, which is not what we want. This PR adjusts the behavior to always write to stdout (via fmt.Print)

@kzantow kzantow requested a review from a team February 9, 2024 19:15
@kzantow kzantow merged commit cb94e40 into main Feb 9, 2024
4 checks passed
@kzantow kzantow deleted the fix/version-to-stdout branch February 9, 2024 20:47
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.

2 participants