InputStreamReader

object InputStreamReader extends Reader[() => InputStream]
trait Reader[() => InputStream]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(a: String): Result[() => InputStream]
def show(a: () => InputStream): String

Inherited methods

A completer for bash. This is used by standalone bash completion, where a bash script generates completion, without the involvement of the the user program.

A completer for bash. This is used by standalone bash completion, where a bash script generates completion, without the involvement of the the user program.

If your program is implemented with Scala on the JVM, the startup time is considerable and hence standalone completion should be preferred for a snappy user experience.

Inherited from
Reader

Concrete fields

override val completer: String => Seq[String]