command

package
v1.9.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFlagString

func GetFlagString(cmd *cobra.Command, flag string) string

GetFlagString gets a string value from a command with a flag name or panics

func RunOrDie

func RunOrDie(usage, version, example string, run func(*cobra.Command, []string), ff []FlagFlagger, cf []CmdFlagger)

RunOrDie runs the cobra command or panics

Types

type CmdFlagger

type CmdFlagger interface {
	AddFlags(*cobra.Command)
}

CmdFlagger wraps a method of adding a flag to a Command

type Describer

type Describer interface {
	Usage() string
	Version() string
	Example() string
}

Describer describes a CLI application

type FlagFlagger

type FlagFlagger interface {
	AddFlags(*pflag.FlagSet)
}

FlagFlagger wraps a method of adding a flag to a FlagSet

Jump to

Keyboard shortcuts

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