We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Help usage generation would be improved if struct members supported a "description" tag (or a sub-tag of "config"), e.g.
type Configuration struct { Port int `config:"port" description:"listening port number"` }
or
type Configuration struct { Port int `config:"port,description=listening port number"` }
The text was updated successfully, but these errors were encountered:
The above pull request should be closed as the flags backend has changed since it's submission.
A new pull request has been submitted.
Sorry, something went wrong.
No branches or pull requests
Help usage generation would be improved if struct members supported a "description" tag (or a sub-tag of "config"), e.g.
or
The text was updated successfully, but these errors were encountered: