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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product