Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdMarkdown = &cobra.Command{
Use: "markdown",
Short: "Create a markdown document.",
Long: "Create a markdown document using the repository template. Example: panda-tool markdown -f ../pandademo/api/apidocs.swagger.json -t ../pandademo/third_party/markdown-templates/ -o ../panda-docs/docs/api/Greeter -m all",
Run: run,
}
CmdMarkdown represents the new command.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.