scala.cli.commands.run
package scala.cli.commands.run
Members list
Type members
Classlikes
object Run extends ScalaCommand[RunOptions], BuildCommandHelpers
Attributes
- Supertypes
-
trait BuildCommandHelpersclass ScalaCommand[RunOptions]trait RestrictableCommand[RunOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[RunOptions]class CaseApp[RunOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
Run.type
sealed abstract class RunMode extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object HadoopJarclass HasReplobject Defaultclass Sparkclass SparkSubmitclass StandaloneSparkSubmitShow all
object RunMode
final case class RunOptions(shared: SharedOptions = ..., sharedRun: SharedRunOptions = ...) extends HasSharedOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object RunOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RunOptions.type
final case class SharedRunOptions(sharedJava: SharedJavaOptions = ..., watch: SharedWatchOptions = ..., compileCross: CrossOptions = ..., mainClass: MainClassOptions = ..., sparkSubmit: Option[Boolean] = ..., submitArgument: List[String] = ..., standaloneSpark: Option[Boolean] = ..., hadoopJar: Boolean = ..., command: Boolean = ..., scratchDir: Option[String] = ..., useManifest: Option[Boolean] = ...)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SharedRunOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SharedRunOptions.type
In this article