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
I deliberately hid this. Considering that there might be many configurations in the future, I have hidden the unset configurations similar to git config --list.
I deliberately hid this. Considering that there might be many configurations in the future, I have hidden the unset configurations similar to git config --list.
After my testing, git config --list will still display the results when the value is an empty string.
It is also displayed normally when the value is not an empty string.
Currently viewing all configurations
The configuration file content is as follows
Here is the code that ignores the configuration: https://github.com/version-fox/vfox/blob/main/cmd/commands/config.go#L71-L74
Why should we ignore this type of configuration?
registry.address = ""
If you don’t read the documentation and just execute the command, the user may not know this configuration.
The text was updated successfully, but these errors were encountered: