CliImports

mill.meta.CliImports
object CliImports extends DynamicVariable[Seq[String]]

Hold additional runtime dependencies given via the --import cli option.

Attributes

Source
CliImports.scala
Graph
Supertypes
class DynamicVariable[Seq[String]]
class Object
trait Matchable
class Any
Self type
CliImports.type

Members list

Value members

Inherited methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DynamicVariable -> Any
Inherited from:
DynamicVariable
def value: Seq[String]

Attributes

Inherited from:
DynamicVariable
def value_=(newval: Seq[String]): Unit

Attributes

Inherited from:
DynamicVariable
def withValue[S](newval: Seq[String])(thunk: => S): S

Attributes

Inherited from:
DynamicVariable