scala.cli.commands.repl

Members list

Concise view

Type members

Classlikes

object Repl extends ScalaCommand[ReplOptions]

Attributes

Graph
Supertypes
class Command[ReplOptions]
class CaseApp[ReplOptions]
class Object
trait Matchable
class Any
Self type
Repl.type
final case class ReplOptions(shared: SharedOptions, sharedRepl: SharedReplOptions) extends HasSharedOptions

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SharedReplOptions(sharedJava: SharedJavaOptions, watch: SharedWatchOptions, compileCross: CrossOptions, ammonite: Option[Boolean], ammoniteVersion: Option[String], ammoniteArg: List[String], replDryRun: Boolean)

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type