Documentation ¶ Index ¶ func New(name string, R *irange.Range, def irange.Range, description string, ...) flag.Flag Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(name string, R *irange.Range, def irange.Range, description string, usage string) flag.Flag New returns a pcastools/flag.Flag that represents a Range-valued flag with the given name, description, and usage string. It has backing variable R, and default value def. Types ¶ This section is empty. Source Files ¶ View all Source files irangeflag.go Click to show internal directories. Click to hide internal directories.