AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool.bash
/
BashOutput
Bash
Output
jvm
@
Serializable
sealed
class
BashOutput
(
source
)
Inheritors
Stdout
Stderr
Members
Types
Stderr
Link copied to clipboard
jvm
@
Serializable
data
class
Stderr
(
val
content
:
String
)
:
BashOutput
Stdout
Link copied to clipboard
jvm
@
Serializable
data
class
Stdout
(
val
content
:
String
)
:
BashOutput
Properties
content
Link copied to clipboard
jvm
abstract
val
content
:
String