flags

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL