mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
Remove Doc Auto Gen Tag
This commit is contained in:
parent
08cb902aad
commit
664d02f8ea
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var genDocCmd = &cobra.Command{
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
cmd.DisableAutoGenTag = true
|
||||
rootCmd.DisableAutoGenTag = true
|
||||
switch docType {
|
||||
case "markdown":
|
||||
return doc.GenMarkdownTree(rootCmd, "doc")
|
||||
|
|
Loading…
Add table
Reference in a new issue