Terminal

object Terminal
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final implicit
class TerminalOps(term: Terminal) extends AnyVal

Value members

Concrete methods

def close(): Unit
def consoleLog(string: String): Unit
def read: Int
def systemInIsAttached: Boolean

Returns true if System.in is attached. When sbt is run as a subprocess, like in scripted or as a server, System.in will not be attached and this method will return false. Otherwise it will return true.

Returns true if System.in is attached. When sbt is run as a subprocess, like in scripted or as a server, System.in will not be attached and this method will return false. Otherwise it will return true.

Returns

true if System.in is attached.

Concrete fields

val sepBytes: Array[Byte]

Implicits

Implicits

final implicit