fun main()

in src/main/kotlin/com/intellij/indexing/shared/main.kt [6:12]


fun main() {
    // displays version of shared indexes infrastructure in the specified IDE,
    // the same as `version` command in CLI.
    buildSharedIndexesVersion(
        Paths.get("C:\\Users\\user\\AppData\\Local\\JetBrains\\Toolbox\\apps\\PyCharm-P\\ch-0\\231.8109.197")
    )
}