type flag.boolFlag
3 uses
flag (current package)
flag.go#L133: type boolFlag interface {
flag.go#L490: case boolFlag:
flag.go#L952: if fv, ok := flag.Value.(boolFlag); ok && fv.IsBoolFlag() { // special case: doesn't need an arg
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)