mirror of
https://github.com/spf13/cobra
synced 2025-04-27 17:17:20 +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")
|
buf.WriteString("\n")
|
||||||
}
|
}
|
||||||
if !cmd.DisableAutoGenTag {
|
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)
|
_, err := buf.WriteTo(w)
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Add table
Reference in a new issue