SharedRunOptions

scala.cli.commands.run.SharedRunOptions
See theSharedRunOptions companion object
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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product