scala.cli.commands.run
package scala.cli.commands.run
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- trait BuildCommandHelpersclass ScalaCommand[RunOptions]trait RestrictableCommand[RunOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[RunOptions]class CaseApp[RunOptions]class Objecttrait Matchableclass Any
- Self type
- Run.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Known subtypes
- object HadoopJar.typeclass HasReplobject Default.typeclass Sparkclass SparkSubmitclass StandaloneSparkSubmit
object RunMode
final case class RunOptions(shared: SharedOptions, sharedRun: SharedRunOptions) extends HasSharedOptions
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasLoggingOptionsclass Objecttrait Matchableclass Any
object RunOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- RunOptions.type
final case class SharedRunOptions(benchmarking: BenchmarkingOptions, 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
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object SharedRunOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- SharedRunOptions.type