Skip to content

Commit

Permalink
feat: #1140 added godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ammiranda committed Jun 19, 2024
1 parent b522459 commit c71ca75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/md_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ func GenMarkdownTreeCustom(cmd *cobra.Command, dir string, filePrepender, linkHa
return nil
}

// GenMarkdownTreeCustomWithFooter is the same as GenMarkdownTree, but
// with custom filePrepender, fileAppender, and linkHandler.
func GenMarkdownTreeCustomWithFooter(
cmd *cobra.Command, dir string, filePrepender, fileAppender, linkHandler func(string) string) error {
for _, c := range cmd.Commands() {
Expand Down

0 comments on commit c71ca75

Please sign in to comment.