Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToMarkdown ¶
ToMarkdown creates a markdown string for the `*App` The function errors if either parsing or writing of the string fails.
Types ¶
type CliTemplate ¶
type CliTemplate struct { Name string Version string Description string Usage string UsageText string GlobalArgs []*PluginArg }
func GetTemplateData ¶
func GetTemplateData(app *cli.App) *CliTemplate
Click to show internal directories.
Click to hide internal directories.