Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegexpSetFlag ¶
func NewRegexpSetFlag ¶
func NewRegexpSetFlag() *RegexpSetFlag
func (*RegexpSetFlag) Set ¶
func (set *RegexpSetFlag) Set(value string) error
func (*RegexpSetFlag) String ¶
func (set *RegexpSetFlag) String() string
type StringEnumFlag ¶
type StringEnumFlag struct {
// contains filtered or unexported fields
}
func NewStringEnumFlag ¶
func NewStringEnumFlag(choices []string, defaultChoice string) *StringEnumFlag
func (*StringEnumFlag) Set ¶
func (enum *StringEnumFlag) Set(value string) error
func (*StringEnumFlag) String ¶
func (enum *StringEnumFlag) String() string
func (*StringEnumFlag) Value ¶
func (enum *StringEnumFlag) Value() string
Click to show internal directories.
Click to hide internal directories.