File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ type Command struct {
323
323
HideHelpCommand bool `json:"hideHelpCommand"`
324
324
// Boolean to hide built-in version flag and the VERSION section of help
325
325
HideVersion bool `json:"hideVersion"`
326
- // Boolean to enable shell completion com.mands
326
+ // Boolean to enable shell completion commands
327
327
EnableShellCompletion bool `json:"-"`
328
328
// Shell Completion generation command name
329
329
ShellCompletionCommandName string `json:"-"`
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ type Command struct {
323
323
HideHelpCommand bool `json:"hideHelpCommand"`
324
324
// Boolean to hide built-in version flag and the VERSION section of help
325
325
HideVersion bool `json:"hideVersion"`
326
- // Boolean to enable shell completion com.mands
326
+ // Boolean to enable shell completion commands
327
327
EnableShellCompletion bool `json:"-"`
328
328
// Shell Completion generation command name
329
329
ShellCompletionCommandName string `json:"-"`
You can’t perform that action at this time.
0 commit comments