LegacyScalaOptions

scala.cli.commands.default.LegacyScalaOptions
See theLegacyScalaOptions companion object
case class LegacyScalaOptions(save: Option[Indexed[Boolean]], nosave: Option[Indexed[Boolean]], howToRun: Option[Indexed[String]], I: Option[Indexed[List[String]]], noCompilationDaemon: Option[Indexed[Boolean]], run: Option[Indexed[String]])

Options covering backwards compatibility with the old scala runner.

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 filterNonDeprecatedArgs(args: Array[String], progName: String, logger: Logger): Array[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product