mirror of
https://github.com/spf13/cobra
synced 2025-04-04 22:09:11 +00:00
Merge c4c04c1252
into ceb39aba25
This commit is contained in:
commit
cb99470e52
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string)
|
|||
buf.WriteString("\n")
|
||||
}
|
||||
if !cmd.DisableAutoGenTag {
|
||||
buf.WriteString("###### Auto generated by spf13/cobra on " + time.Now().Format("2-Jan-2006") + "\n")
|
||||
buf.WriteString("* Auto generated by spf13/cobra on " + time.Now().Format("2-Jan-2006") + " *\n")
|
||||
}
|
||||
_, err := buf.WriteTo(w)
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue