BooleanReader

object BooleanReader extends Reader[Boolean]
trait Reader[Boolean]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def completer: String => Seq[String]
Definition Classes
def read(a: String): Result[Boolean]
def show(a: Boolean): 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