Versions in this module Expand all Collapse all v0 v0.0.1 Dec 2, 2022 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 + func GenReST(cmd *cobra.Command, w io.Writer) error + func GenReSTCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string, string) string) error + func GenReSTTree(cmd *cobra.Command, dir string) error + func GenReSTTreeCustom(cmd *cobra.Command, dir string, filePrepender func(string) string, ...) error + func GenYaml(cmd *cobra.Command, w io.Writer) error + func GenYamlCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string) string) error + func GenYamlTree(cmd *cobra.Command, dir string) error + func GenYamlTreeCustom(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