cliFlags

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoolFlag

type BoolFlag struct {
	IsSet bool
	Value bool
}

func (*BoolFlag) IsBoolFlag

func (b *BoolFlag) IsBoolFlag() bool

func (*BoolFlag) Set

func (b *BoolFlag) Set(val string) error

func (*BoolFlag) String

func (b *BoolFlag) String() string

type MultiFlag

type MultiFlag []string

func (*MultiFlag) Set

func (m *MultiFlag) Set(value string) error

func (*MultiFlag) String

func (m *MultiFlag) String() string

type StringFlag

type StringFlag struct {
	IsSet bool
	Value string
}

func (*StringFlag) Set

func (b *StringFlag) Set(val string) error

func (*StringFlag) String

func (b *StringFlag) String() string

Jump to

Keyboard shortcuts

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