Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce flag registration #69

Open
jfrohnhofen opened this issue Jun 3, 2021 · 0 comments
Open

Enforce flag registration #69

jfrohnhofen opened this issue Jun 3, 2021 · 0 comments
Labels
build Related to build system enhancement New feature or request

Comments

@jfrohnhofen
Copy link
Contributor

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.

@jfrohnhofen jfrohnhofen added enhancement New feature or request build Related to build system labels Jun 3, 2021
@jfrohnhofen jfrohnhofen added this to the v1.1 milestone Jun 3, 2021
@jfrohnhofen jfrohnhofen removed this from the v2.0 milestone Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to build system enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant