Skip to content

Commit

Permalink
now all autogen tagging is disabled for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Sep 5, 2024
1 parent 10ffda0 commit 3693392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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
cmd.Parent().Root().DisableAutoGenTag = true

// Use default path if no argument is provided
if len(args) == 0 {
Expand Down

0 comments on commit 3693392

Please sign in to comment.