Documentation ¶
Index ¶
- func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string) string, ...) error
- func GenMarkdownTreeCustom(cmd *cobra.Command, dir string, filePrepender func(string) string, ...) error
- func NewAutocompleteCmd(applicationName string) *cobra.Command
- func NewGenCmd(applicationName string) *cobra.Command
- func NewGenDocCmd(applicationName string) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenMarkdownCustom ¶
func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string) string, singleFile bool) error
GenMarkdownCustom creates custom markdown output.
func GenMarkdownTreeCustom ¶
func GenMarkdownTreeCustom(cmd *cobra.Command, dir string, filePrepender func(string) string, singleFile bool) error
GenMarkdownTreeCustom is the the same as GenMarkdownTree, but with custom filePrepender and linkHandler.
func NewAutocompleteCmd ¶
func NewGenDocCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.