Disable auto-generated footer in markdown doc export

This commit is contained in:
comp500 2021-06-03 22:42:53 +01:00
parent 92a23dd88d
commit b505f5cad6

View File

@ -22,6 +22,7 @@ var markdownCmd = &cobra.Command{
fmt.Printf("Error creating directory: %s\n", err)
os.Exit(1)
}
cmd.DisableAutoGenTag = true
err = doc.GenMarkdownTree(cmd.Root(), outDir)
if err != nil {
fmt.Printf("Error generating markdown: %s\n", err)