mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
test: add a necessary blank line after SEE ALSO
Signed-off-by: Allen Sun <shlallen1990@gmail.com>
This commit is contained in:
parent
86783686ca
commit
d7e2da1619
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if hasSeeAlso(cmd) {
|
if hasSeeAlso(cmd) {
|
||||||
buf.WriteString("### SEE ALSO\n")
|
buf.WriteString("### SEE ALSO\n\n")
|
||||||
if cmd.HasParent() {
|
if cmd.HasParent() {
|
||||||
parent := cmd.Parent()
|
parent := cmd.Parent()
|
||||||
pname := parent.CommandPath()
|
pname := parent.CommandPath()
|
||||||
|
|
Loading…
Add table
Reference in a new issue