Is it possible to have dynamically generated help descriptions?
mark-summerfield opened this issue · 0 comments
mark-summerfield commented
Given:
var opts struct {
Names []string
}
I want to provide the tag dynamically since it will depend on the config file read before I parse the command line options.
Is this possible?