classify

fun classify(id: String, displayName: String, command: List<String>): TerminalProfileKind

Classifies a profile from stable launch metadata.

Return

stable presentation category for the profile.

Parameters

id

stable profile identifier.

displayName

user-facing profile name.

command

command and arguments passed to the local PTY child process.