-
Notifications
You must be signed in to change notification settings - Fork 22
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
--help
broke
#32
Comments
This must have been those golangci-lint proposals |
This is not a replacement |
No idea how to use it. Could you fix this? |
Yep, on it. |
I think |
That's not the cause of the broken |
sure, after I changed this, help worked again |
What was your change? Because for me it still fails. |
I might be missing something but that strings.Title is generate-docs, right? That's not part of the help generating problem. |
ah you mean what you replaced here: var templatefuncs = map[string]interface{}{
"indent": indent,
"skipCommand": skipCommand,
"soleCommand": soleCommand,
- "title": strings.Title,
+ "title": cases.Title,
}
|
Yep, that works. |
For any command when I'm trying to run
--help
I get:The text was updated successfully, but these errors were encountered: