getOutput

abstract fun getOutput(): String

获取命令执行的所有输出内容。 该字符串包含了从标准输入流和标准错误流读取的所有数据。

Return

命令执行的所有输出内容。