diff --git a/cmd/docs/docs.go b/cmd/docs/docs.go index 4b35fbd..11a8d8e 100644 --- a/cmd/docs/docs.go +++ b/cmd/docs/docs.go @@ -24,6 +24,8 @@ func NewDocsCommand() *cobra.Command { Short: "Generates the documentation for the CLI", Args: cobra.MaximumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error { + cmd.DisableAutoGenTag = true + // Use default path if no argument is provided if len(args) == 0 { opts.path = DefaultPath