BashOutput

@Serializable
sealed class BashOutput(source)

Inheritors

Types

Link copied to clipboard
@Serializable
data class Stderr(val content: String) : BashOutput
Link copied to clipboard
@Serializable
data class Stdout(val content: String) : BashOutput

Properties

Link copied to clipboard
abstract val content: String