Versions in this module Expand all Collapse all v1 v1.6.2 Jan 17, 2024 Changes in this version + var ErrNotPointer = errors.New("dst is not a pointer") + func Parse(dst Cloneable) error + func Unmarshal(dst Cloneable, sources ...Source) error + type Cloneable interface + Clone func() flagext.Registerer + type Source func(Cloneable) error + func Flags() Source + func JSON(f *string) Source + func YAML(f string) Source + func YAMLFlag(args []string, name string) Source