Documentation ¶
Overview ¶
Package flag includes custom flag parsing logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegionListVar ¶
type RegionListVar []string
RegionListVar is a list of upper-cased, unique regions derived from a comma-separated list.
func (*RegionListVar) Set ¶
func (l *RegionListVar) Set(val string) error
Set parses the flag value into the final result.
func (*RegionListVar) String ¶
func (l *RegionListVar) String() string
Click to show internal directories.
Click to hide internal directories.