fun parseNotionPropertyMappingType()

in src/main/kotlin/CommandLineArgs.kt [277:278]


        fun parseNotionPropertyMappingType(arg: String)
            = ProjectPropertyType.values().find { it.name.equals(arg, ignoreCase = true) }