Config

replpp.Config
See theConfig companion object
case class Config(predefFiles: Seq[Path], nocolors: Boolean, verbose: Boolean, dependencies: Seq[String], resolvers: Seq[String], prompt: Option[String], greeting: String, onExitCode: Option[String], maxHeight: Option[Int], scriptFile: Option[Path], command: Option[String], params: Map[String, String], server: Boolean, serverHost: String, serverPort: Int, serverAuthUsername: Option[String], serverAuthPassword: Option[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val asJavaArgs: Seq[String]

inverse of Config.parse

inverse of Config.parse

Attributes