We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df58df commit 67fca4bCopy full SHA for 67fca4b
1 file changed
serve/serve.go
@@ -139,6 +139,7 @@ func newCmdRoot(opts Options) *cobra.Command {
139
}
140
cmd.AddCommand(newCmdServe(opts))
141
cmd.AddCommand(newCmdDoc(opts))
142
+ cmd.CompletionOptions.DisableDefaultCmd = true
143
return cmd
144
145
0 commit comments