Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "is-held", Usage: "Prints `true' if changelog should be held, `false' otherwise.", Flags: []cli.Flag{ &cli.BoolFlag{ Name: failFlag, EnvVars: common.EnvFor(failFlag), Usage: "If set, command will exit with a code of 1 if changelog should be held.", Value: false, }, }, Action: IsHeld, }
Cmd is the cli.Command object for the is-held command.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.