mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-07-13 13:19:09 +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 {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
cmd.DisableAutoGenTag = true
|
rootCmd.DisableAutoGenTag = true
|
||||||
switch docType {
|
switch docType {
|
||||||
case "markdown":
|
case "markdown":
|
||||||
return doc.GenMarkdownTree(rootCmd, "doc")
|
return doc.GenMarkdownTree(rootCmd, "doc")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue