MillCliConfig

mill.internal.MillCliConfig
See theMillCliConfig companion object
case class MillCliConfig(noDaemon: Flag = ..., showVersion: Flag = ..., ringBell: Flag = ..., ticker: Option[Boolean] = ..., debugLog: Flag = ..., keepGoing: Flag = ..., extraSystemProperties: Map[String, String] = ..., threadCountRaw: Option[String] = ..., imports: Seq[String] = ..., interactive: Flag = ..., help: Flag, helpAdvanced: Flag, watch: Flag = ..., watchViaFsNotify: Boolean = ..., leftoverArgs: Leftover[String] = ..., color: Option[Boolean] = ..., metaLevel: Option[Int] = ..., allowPositional: Flag = ..., bsp: Flag, bspInstall: Flag, bspWatch: Boolean = ..., noBuildLock: Flag = ..., noWaitForBuildLock: Flag = ..., offline: Flag = ..., noFilesystemChecker: Flag = ..., tabComplete: Flag = ..., home: Path = ..., repl: Flag = ..., noServer: Flag = ..., silent: Flag = ..., disableCallgraph: Flag = ..., disablePrompt: Flag = ..., enableTicker: Option[Boolean] = ..., disableTicker: Flag, jshell: Flag = ...)

Attributes

Companion
object
Source
MillCliConfig.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def noDaemonEnabled: Int

Attributes

Source
MillCliConfig.scala

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala