Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ProjectIncludeFlagName is the name on the CLI ProjectIncludeFlagName = "project-include" // ProjectExcludeFlagName is the name on the CLI ProjectExcludeFlagName = "project-exclude" // ProjectJobsFlagName is the name on the CLI ProjectJobsFlagName = "project-jobs" ProjectSkipBrokenFlagName = "project-skipBroken" LogShowLogFlagName = "log-showLog" )
Variables ¶
View Source
var ( JobsMinimumCount = 1 JobsMaximumCount = 8 )
Functions ¶
func CombineWithGlobalFlags ¶
func CombineWithGlobalFlags(flags ...cli.Flag) []cli.Flag
CombineWithGlobalFlags combines the given flags with the global flags. The given flags are appended, so the global flags are first in the list.
func InitGlobalFlags ¶
func InitGlobalFlags(config *cfg.Configuration) []cli.Flag
func ValidateGlobalFlags ¶
func ValidateGlobalFlags(ctx *cli.Context, config *cfg.Configuration) error
ValidateGlobalFlags validates whether the global flags are given as expected.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.