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
Currently registering flags is not enforced for all flags. Flags should no longer implicitly registered when calling .Value() on them. Instead only .Register() should register the flags. .Register should then also determine the flag's value and return that directly.
The text was updated successfully, but these errors were encountered:
Currently registering flags is not enforced for all flags. Flags should no longer implicitly registered when calling
.Value()
on them. Instead only.Register()
should register the flags..Register
should then also determine the flag's value and return that directly.The text was updated successfully, but these errors were encountered: