scala.cli.commands.repl
package scala.cli.commands.repl
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- class ScalaCommand[ReplOptions]trait RestrictableCommand[ReplOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[ReplOptions]class CaseApp[ReplOptions]class Objecttrait Matchableclass Any
- Self type
- Repl.type
final case class ReplOptions(shared: SharedOptions, sharedRepl: SharedReplOptions) extends HasSharedOptions
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasLoggingOptionsclass Objecttrait Matchableclass Any
object ReplOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ReplOptions.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object SharedReplOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- SharedReplOptions.type