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