ScalacOptions

scala.cli.commands.shared.ScalacOptions
See theScalacOptions companion class
object ScalacOptions

Attributes

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

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val ScalaCliRedirectedOptions: Set[String]

This includes all the scalac options which are redirected to native Scala CLI options.

This includes all the scalac options which are redirected to native Scala CLI options.

Attributes

val ScalacDeprecatedOptions: Set[String]
val ScalacPrintOptions: Set[String]

This includes all the scalac options which disregard inputs and print a help and/or context message instead.

This includes all the scalac options which disregard inputs and print a help and/or context message instead.

Attributes

val YScriptRunnerOption: String

Implicits

Implicits

implicit lazy val help: Help[ScalacOptions]
implicit lazy val jsonCodec: JsonValueCodec[ScalacOptions]
implicit lazy val parser: Parser[ScalacOptions]