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
Looks like this code is the culprit. It seems there is no default value set for the auth config variable, and as such if you're using the auto-generated config, the code will try to unmarshal an empty string.
The config code should be refactored to handle the auto-generated config file gracefully. I'll be closing this issue and handling the refactor in a separate one.
Goify appears to choke on the auto-generated config file with the following error output (happens with both
help
andauth
subcommands):Tested on 4ad9a78 (which is currently master).
The text was updated successfully, but these errors were encountered: