We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2177193 commit 52234ebCopy full SHA for 52234eb
internal/flags/helpers.go
@@ -225,7 +225,7 @@ func wordWrap(s string, width int) string {
225
return output.String()
226
}
227
228
-// AutoEnvVars extens all the specific CLI flags with automatically generated
+// AutoEnvVars extends all the specific CLI flags with automatically generated
229
// env vars by capitalizing the flag, replacing . with _ and prefixing it with
230
// the specified string.
231
//
0 commit comments