override fun run()

in bunch-cli/src/main/kotlin/org/jetbrains/bunches/switch.kt [85:96]


    override fun run() {
        val settings = Settings(
            repoPath = repoPath.toString(),
            bunchPath = repoPath.toString(),
            rule = rule,
            commitTitle = commitTitle,
            step = stepByStep,
            doCleanup = cleanUp
        )

        process { doSwitch(settings) }
    }