Searched defs:dFlag (Results 1 – 1 of 1) sorted by relevance
251 type dFlag struct { struct252 value bool253 set bool256 func (v *dFlag) IsBoolFlag() bool { return true }258 func (v *dFlag) Set(s string) error {268 func (b *dFlag) String() string { return "" }