type IgnoredFlag … // IsBoolFlag is defined to allow the flag to be defined without an argument func (f *IgnoredFlag) IsBoolFlag() bool { … } func (f *IgnoredFlag) Set(s string) error { … } func (f *IgnoredFlag) String() string { … }
type IgnoredFlag … // IsBoolFlag is defined to allow the flag to be defined without an argument func (f *IgnoredFlag) IsBoolFlag() bool { … } func (f *IgnoredFlag) Set(s string) error { … } func (f *IgnoredFlag) String() string { … }