flag.boolFlag.IsBoolFlag (method)

2 uses

	flag (current package)
		flag.go#L135: 	IsBoolFlag() bool
		flag.go#L952: 	if fv, ok := flag.Value.(boolFlag); ok && fv.IsBoolFlag() { // special case: doesn't need an arg