Versions in this module Expand all Collapse all v0 v0.1.0 Apr 13, 2021 Changes in this version + func GenMan(cmd *cobra.Command, header *GenManHeader, w io.Writer) error + func GenManTree(cmd *cobra.Command, header *GenManHeader, dir string) error + func GenManTreeFromOpts(cmd *cobra.Command, opts GenManTreeOptions) error + func GenMarkdown(cmd *cobra.Command, w io.Writer) error + func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string) string) error + func GenMarkdownTree(cmd *cobra.Command, dir string) error + func GenMarkdownTreeCustom(cmd *cobra.Command, dir string, filePrepender, linkHandler func(string) string) error + type GenManHeader struct + Date *time.Time + Manual string + Section string + Source string + Title string + type GenManTreeOptions struct + CommandSeparator string + Header *GenManHeader + Path string