scala.cli.commands.compile
package scala.cli.commands.compile
Members list
Type members
Classlikes
object Compile extends ScalaCommand[CompileOptions], BuildCommandHelpers
Attributes
- Supertypes
-
trait BuildCommandHelpersclass ScalaCommand[CompileOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[CompileOptions]class CaseApp[CompileOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
Compile.type
final case class CompileOptions(shared: SharedOptions = ..., watch: SharedWatchOptions = ..., cross: CrossOptions = ..., printClassPath: Boolean = ...) extends HasSharedOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object CompileOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CompileOptions.type
In this article