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 cc5c66a commit d211484Copy full SHA for d211484
completion.go
@@ -10,8 +10,7 @@ const (
10
completionCommandName = "completion"
11
12
// This flag is supposed to only be used by the completion script itself to generate completions on the fly.
13
- completionFlagName = "generate-shell-completion"
14
- completionFlag = "--" + completionFlagName
+ completionFlag = "--generate-shell-completion"
15
)
16
17
var shellCompletions = map[string]renderCompletionFunc{
0 commit comments