[terminal] Mark ShellCommandExecutor Internal

We are not sure if we want to make it publicly available, so it is Internal for now

GitOrigin-RevId: d6a4c423356e9ba25e89344a12586a8ab4daffd7
This commit is contained in:
Vladimir Shefer
2024-07-17 11:22:20 +02:00
committed by intellij-monorepo-bot
parent a45bba728f
commit 72ed8ed2ca

View File

@@ -3,7 +3,7 @@ package com.intellij.terminal.completion.spec
import org.intellij.lang.annotations.Language
import org.jetbrains.annotations.ApiStatus
@ApiStatus.Experimental
@ApiStatus.Internal
@ApiStatus.NonExtendable
fun interface ShellCommandExecutor {
/**