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 has been archived by the owner on Oct 7, 2024. It is now read-only.
Nevermind, apparently there was an old version of the flake pinned in our repo. The current main logs to stderr.
This reduces the scope of the issue to:
Only log anything else then error when -v/--version is set.
vidister
changed the title
Don't log to stdout by default
Don't log verbose by default
Jun 13, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior:
rcli always logs to stdout. This makes parsing the structured output a pain.
Expected behavior:
Option 1:
-v
or--verbose
is set, log to stderrThis is equivalent to the behavior of curl.
Option 2:
os.ModeCharDevice
I prefer Option 1.
The text was updated successfully, but these errors were encountered: