Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + const FlagTypeBool + const FlagTypeFloat64 + const FlagTypeFloat64Slice + const FlagTypeInt + const FlagTypeInt64 + const FlagTypeInt64Slice + const FlagTypeIntSlice + const FlagTypeString + const FlagTypeStringSlice + type BoolFlag struct + Aliases []string + Name string + Required bool + Usage string + Value bool + func (receiver *BoolFlag) Type() string + type Extend struct + Category string + Flags []Flag + type Flag interface + Type func() string + type Float64Flag struct + Aliases []string + Name string + Required bool + Usage string + Value float64 + func (receiver *Float64Flag) Type() string + type Float64SliceFlag struct + Aliases []string + Name string + Required bool + Usage string + Value []float64 + func (receiver *Float64SliceFlag) Type() string + type Int64Flag struct + Aliases []string + Name string + Required bool + Usage string + Value int64 + func (receiver *Int64Flag) Type() string + type Int64SliceFlag struct + Aliases []string + Name string + Required bool + Usage string + Value []int64 + func (receiver *Int64SliceFlag) Type() string + type IntFlag struct + Aliases []string + Name string + Required bool + Usage string + Value int + func (receiver *IntFlag) Type() string + type IntSliceFlag struct + Aliases []string + Name string + Required bool + Usage string + Value []int + func (receiver *IntSliceFlag) Type() string + type StringFlag struct + Aliases []string + Name string + Required bool + Usage string + Value string + func (receiver *StringFlag) Type() string + type StringSliceFlag struct + Aliases []string + Name string + Required bool + Usage string + Value []string + func (receiver *StringSliceFlag) Type() string