in dev-tools/mage/gotool/go.go [270:275]
func flagBoolIf(flag string, b bool) ArgOpt { if b { return flagArg(flag, "") } return nil }