Versions in this module Expand all Collapse all v1 v1.0.1 Jan 10, 2018 Changes in this version type Flag + func (f *Flag) FieldIndex() []int + func (f *Flag) ParentIndex() []int v1.0.0 Jan 8, 2018 Changes in this version + type Arg struct + type Command struct + type Flag struct + func (f *Flag) Command() string + func (f *Flag) Delimiter() string + func (f *Flag) Description() string + func (f *Flag) Env() string + func (f *Flag) ID() int + func (f *Flag) Kind() string + func (f *Flag) Long() string + func (f *Flag) Name() string + func (f *Flag) ParentID() int + func (f *Flag) Required() bool + func (f *Flag) Short() string + func (f *Flag) ValueBy() string + func (f *Flag) ValueDefault() string + func (f *Flag) ValueType() string + type FlagSet struct + func New(options Options) (*FlagSet, error) + func (flagSet *FlagSet) Errors() []error + func (flagSet *FlagSet) FlagArgs(name string) []string + func (flagSet *FlagSet) FlagByName(name string) *Flag + func (flagSet *FlagSet) Flags() []*Flag + type Options struct + Args []string + Flags interface{} Incompatible versions in this module v2.2.0+incompatible Feb 2, 2018 v2.1.0+incompatible Feb 1, 2018 v2.0.0+incompatible Jan 15, 2018