Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "validate", Usage: "Prints errors if changelog has an invalid format.", Flags: []cli.Flag{ &cli.StringFlag{ Name: markdownPathFlag, EnvVars: common.EnvFor(markdownPathFlag), Usage: "Validate specified changelog 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 command.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.