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
to "behave" as expected IMO we should print login messages and other logging type information to stderr so that output can be redirected to configuration files;
I changed the logging specifically to use stderr only for errors with #54. I don't think --dry-run with piped stdout is the right way to do this. You can currently accomplish this with:
to "behave" as expected IMO we should print login messages and other logging type information to stderr so that output can be redirected to configuration files;
e.g. running
should a produce a file that starts with
[profile ...]
instead ofThe text was updated successfully, but these errors were encountered: