ScalaRunnerLauncherOptions

scala.cli.launcher.ScalaRunnerLauncherOptions
See theScalaRunnerLauncherOptions companion object
case class ScalaRunnerLauncherOptions(cliUserScalaVersion: Option[String], cliPredefinedRepository: List[String], progName: Option[String], skipCliUpdates: Option[Boolean], predefinedCliVersion: Option[String], initialLauncherPath: 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

Concrete methods

def toCliArgs: List[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product