in bunch-cli/src/main/kotlin/org/jetbrains/bunches/hooks/hooks.kt [43:49]
fun getTypeList(): List<HookType> {
return if (hookType != null) {
listOf(hookType)
} else {
HookType.values().toList()
}
}