Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "validate-markdown", Usage: "Validates a changelog in markdown format and prints errors if the changelog is invalid", Flags: []cli.Flag{ &cli.StringFlag{ Name: markdownPathFlag, EnvVars: common.EnvFor(markdownPathFlag), Usage: "Validate specified changelog md file.", Value: "CHANGELOG.md", }, &cli.IntFlag{ Name: exitCodeFlag, EnvVars: common.EnvFor(exitCodeFlag), Usage: "Exit code when errors are found", Value: 1, }, }, Action: Validate, }
Cmd is the cli.Command object for the validate-markdown command.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.