You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
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