Versions in this module Expand all Collapse all v0 v0.15.0 Oct 12, 2018 v0.14.0 Aug 6, 2018 v0.13.0 Jul 9, 2018 Changes in this version + type ExplicitFlag struct + IsSet *bool + Value *string + func (f *ExplicitFlag) Set(value string) error + func (f *ExplicitFlag) String() string + type MultiFlag struct + Values *[]string + func (m *MultiFlag) Set(v string) error + func (m *MultiFlag) String() string