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

Separate debug and command output #359

Closed
CarolKigoonya opened this issue Oct 3, 2023 · 0 comments · Fixed by #367
Closed

Separate debug and command output #359

CarolKigoonya opened this issue Oct 3, 2023 · 0 comments · Fixed by #367
Labels
bug Something isn't working User Experience Enhancement

Comments

@CarolKigoonya
Copy link
Contributor

Both the debug output and command output go to stdout. This means, that you can use debug information only interactively and when enabled, can’t assign the command output to a variable for future use.

Recommendation: Use the stderr stream for debug output and use stdout only for the actual command output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working User Experience Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant