mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-14 19:48:21 +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
Reference in a new issue