Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Count ¶
type Count int
Count is a flag.Value that is like a flag.Bool and a flag.Int. If used as -name, it increments the Count, but -name=x sets the Count. Used for verbose flag -v.
func (*Count) IsBoolFlag ¶
func (*Count) IsCountFlag ¶
type RepeatedString ¶
type RepeatedString []string
func (*RepeatedString) IsBoolFlag ¶
func (c *RepeatedString) IsBoolFlag() bool
func (*RepeatedString) Set ¶
func (c *RepeatedString) Set(s string) error
func (*RepeatedString) String ¶
func (c *RepeatedString) String() string
Click to show internal directories.
Click to hide internal directories.