mill.internal

package mill.internal

Members list

Type members

Classlikes

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
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MillCliConfig

Attributes

Companion
class
Source
MillCliConfig.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type